Begin to examine neovim config

This commit is contained in:
2025-04-04 17:42:35 +00:00
parent 59d618b9f2
commit 914afec926
18 changed files with 42 additions and 19 deletions

View File

View File

@@ -0,0 +1,9 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
" Beginner keybinds for telescope
nnoremap <leader>ff <cmd>Telescope find_files<cr>
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
nnoremap <leader>fb <cmd>Telescope buffers<cr>
nnoremap <leader>fh <cmd>Telescope help_tags<cr>