Add 'coc-clangd' extension

master
Hektor Misplon 2022-05-11 01:03:16 +02:00
parent c8f4f34f50
commit baa699d31d
1 changed files with 2 additions and 1 deletions

3
.vimrc
View File

@ -141,7 +141,8 @@ let g:coc_global_extensions = [
\'coc-json',
\'coc-markdownlint',
\'coc-yaml',
\'coc-snippets'
\'coc-snippets',
\'coc-clangd'
\]
" Autocomplete
imap <tab> <Plug>(coc-snippets-expand)