Begin to examine neovim config

This commit is contained in:
2025-04-05 16:37:09 -04:00
committed by Andrew R. M.
parent 381a5b8f05
commit b2c9f720ab
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>