add ccls
This commit is contained in:
parent
5defd9c2c3
commit
035477810c
@ -12,6 +12,8 @@ endif
|
||||
|
||||
" LanguageClient-neovim
|
||||
let g:LanguageClient_serverCommands = {
|
||||
\ 'c': ['ccls'],
|
||||
\ 'cpp': ['ccls'],
|
||||
\ 'go': ['gopls'],
|
||||
\ 'python': ['pyls'],
|
||||
\ }
|
||||
|
Loading…
Reference in New Issue
Block a user