Updated dotfiles

This commit is contained in:
2021-01-14 04:09:42 +01:00
parent 80ee563fb3
commit 385db48967
3 changed files with 6 additions and 1 deletions

View File

@@ -141,6 +141,8 @@ let g:echodoc#type = 'signature'
" LanguageClient
let g:LanguageClient_serverCommands = {
\ 'cpp': ['clangd'],
\ 'cc': ['clangd'],
\ 'c': ['clangd'],
\ 'python': ['pyls'],
\ }
let g:LanguageClient_diagnosticsDisplay = {