1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Switch to clangd for nvim-lsp

ccls has some false positive warnings, and it is hard to install on
Linux server without roor rights.
This commit is contained in:
jdhao
2021-06-26 11:06:43 +08:00
parent 7ef7fe68c6
commit 753a4ce77c
2 changed files with 4 additions and 15 deletions

View File

@@ -41,11 +41,6 @@ if executable('sbcl')
" Plug 'kovisoft/slimv'
Plug 'vlime/vlime', {'rtp': 'vim/', 'for': 'lisp'}
endif
" C++ semantic highlighting
if executable('ccls')
Plug 'jackguo380/vim-lsp-cxx-highlight'
endif
"}}
"{{ Search related plugins