aboutsummaryrefslogtreecommitdiff
path: root/core/plugins.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-06-26 11:06:43 +0800
committerjdhao <jdhao@hotmail.com>2021-06-26 11:06:43 +0800
commit753a4ce77c95cbcac07674d9522fbaf0569c41d5 (patch)
tree943c14dd3cf77a6a12eeea40b88d6bf64651d9d2 /core/plugins.vim
parent7ef7fe68c6d75d43de7a67a78a2bf05d6767a5d0 (diff)
Switch to clangd for nvim-lsp
ccls has some false positive warnings, and it is hard to install on Linux server without roor rights.
Diffstat (limited to 'core/plugins.vim')
-rw-r--r--core/plugins.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/plugins.vim b/core/plugins.vim
index 4d0e2c3..c310a1e 100644
--- a/core/plugins.vim
+++ b/core/plugins.vim
@@ -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