diff options
author | listout <listout@protonmail.com> | 2021-08-09 20:17:05 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-09 20:17:05 +0530 |
commit | d9c95dd65d95e773f7d0e4a174b61541cc1ab5ab (patch) | |
tree | 8aa4a4e729bcbf000358f3665ff34b71c73b5441 /configs | |
parent | b3c75bf7c4a8a99436c81e653dafe66ec212c1ea (diff) |
removed coc-clangd
Diffstat (limited to 'configs')
-rw-r--r-- | configs/coc.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/coc.vim b/configs/coc.vim index 4f9b8ea..5e01a24 100644 --- a/configs/coc.vim +++ b/configs/coc.vim @@ -8,8 +8,8 @@ let g:coc_global_extensions = [ \ 'coc-word', \ 'coc-syntax', \ 'coc-ultisnips', - \ 'coc-vimtex', - \ 'coc-clangd' + \ 'coc-vimtex' + "\ 'coc-clangd' \] " Faster completion |