Add autocomplete support
This commit is contained in:
6
vimrc
6
vimrc
@ -68,6 +68,12 @@ if filereadable(expand("~/.config/nvim/plugins.vimrc"))
|
||||
endif
|
||||
call plug#end()
|
||||
|
||||
" Autocomplete
|
||||
if filereadable(expand("~/.config/nvim/nvim-cmp.vimrc"))
|
||||
source ~/.config/nvim/nvim-cmp.vimrc
|
||||
endif
|
||||
|
||||
" LSP
|
||||
if filereadable(expand("~/.config/nvim/lspconfig.vimrc"))
|
||||
source ~/.config/nvim/lspconfig.vimrc
|
||||
endif
|
||||
|
Reference in New Issue
Block a user