From 753a4ce77c95cbcac07674d9522fbaf0569c41d5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 26 Jun 2021 11:06:43 +0800 Subject: Switch to clangd for nvim-lsp ccls has some false positive warnings, and it is hard to install on Linux server without roor rights. --- core/plugins.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/plugins.vim') 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 -- cgit v1.2.3