diff --git a/.vimrc b/.vimrc index d89fee0..6fc5f0e 100644 --- a/.vimrc +++ b/.vimrc @@ -141,7 +141,8 @@ let g:coc_global_extensions = [ \'coc-json', \'coc-markdownlint', \'coc-yaml', - \'coc-snippets' + \'coc-snippets', + \'coc-clangd' \] " Autocomplete imap (coc-snippets-expand)