diff options
author | listout <listout@protonmail.com> | 2021-09-15 00:10:08 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-15 00:10:08 +0530 |
commit | 2de6e390c35411634198cc65099daeb983ffecb1 (patch) | |
tree | ff2518905f983af8162b567b0e508227306f576f /configs | |
parent | d625cb498865fe8f59c7adec5ef2bc9a3d1e6d07 (diff) |
using the ccls language server
Diffstat (limited to 'configs')
-rw-r--r-- | configs/coc.vim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/coc.vim b/configs/coc.vim index 4f9b8ea..47e8acb 100644 --- a/configs/coc.vim +++ b/configs/coc.vim @@ -8,8 +8,7 @@ let g:coc_global_extensions = [ \ 'coc-word', \ 'coc-syntax', \ 'coc-ultisnips', - \ 'coc-vimtex', - \ 'coc-clangd' + \ 'coc-vimtex' \] " Faster completion |