Git config updates

This commit is contained in:
2021-06-17 16:22:17 -05:00
parent 84573c1f70
commit 9da41d8cb0
6 changed files with 48 additions and 2 deletions

5
vimrc
View File

@ -60,6 +60,11 @@ if filereadable(expand("~/.config/nvim/keybindings"))
source ~/.config/nvim/keybindings
endif
" CoC
if filereadable(expand("~/.config/nvim/coc"))
source ~/.config/nvim/coc
endif
" Lightline setup
if filereadable(expand("~/.config/nvim/lightline"))
source ~/.config/nvim/lightline