Skip to content
Snippets Groups Projects
Commit 3b2f8144 authored by Henrik Tjäder's avatar Henrik Tjäder
Browse files

Add coc-clangd to CoC

parent faed6a85
Branches
No related tags found
No related merge requests found
......@@ -1032,7 +1032,7 @@ nnoremap <silent> <leader>p :<C-u>CocListResume<CR>
" Rust Coc needs
" :CocInstall coc-rust-analyzer coc-spell-checker coc-cspell-dicts coc-json coc-markdownlint coc-yaml coc-pyright coc-vimtex
" :CocInstall coc-rust-analyzer coc-spell-checker coc-cspell-dicts coc-json coc-markdownlint coc-yaml coc-pyright coc-vimtex coc-clangd
"
" For text linting to work via coc-diagnostic, install
" yay -S languagetool alex proselint write-good
......@@ -1047,6 +1047,7 @@ let g:coc_global_extensions = [
\'coc-spell-checker',
\'coc-ltex',
\'coc-cspell-dicts',
\'coc-clangd',
\'coc-vimtex']
" Coc END
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment