config: nvim: add basic language server protocol support
This commit is contained in:
parent
3b83281feb
commit
a4762ca7a2
3 changed files with 28 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ Plug 'romainl/vim-dichromatic'
|
|||
|
||||
" only for nvim!
|
||||
if has('nvim')
|
||||
" language server protocol support
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
" colorizes colorcodes
|
||||
Plug 'norcalli/nvim-colorizer.lua'
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue