This commit is contained in:
Alex Yatskov 2020-04-17 14:42:34 -07:00
parent 5defd9c2c3
commit 035477810c

View File

@ -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'],
\ } \ }