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