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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user