diff options
author | listout <listout@protonmail.com> | 2021-05-17 21:43:43 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-05-17 21:43:43 +0530 |
commit | 6328b0786049154f730aee2f23f290532ef5c124 (patch) | |
tree | b279ebd34f3f7abf6fb441f6523015fa3364cb48 /configs | |
parent | 95beb744637b123f8ad061fcb152c37ed48303d0 (diff) |
auto install coc-clangd
Diffstat (limited to 'configs')
-rw-r--r-- | configs/coc.vim | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/coc.vim b/configs/coc.vim index 52e7a14..d5a890b 100644 --- a/configs/coc.vim +++ b/configs/coc.vim @@ -7,7 +7,9 @@ let g:coc_global_extensions = [ \ 'coc-dictionary', \ 'coc-word', \ 'coc-syntax', - \ 'coc-ultisnips' + \ 'coc-ultisnips', + \ 'coc-vimtex', + \ 'coc-clangd' \] " Faster completion |