diff options
author | listout <listout@protonmail.com> | 2021-08-11 19:18:21 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-08-11 19:18:21 +0530 |
commit | 081fe444c7f575ee4a1241679496c39a7cf2566e (patch) | |
tree | 96127276d0a3d84e671ff76758be158d37ff65f5 /configs | |
parent | e5108a09798a54beb72f1246bdac7a080c1e1a34 (diff) |
using clangd as the C language server
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 5e01a24..4f9b8ea 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 |