vimPlugins: add coc-{clangd,cmake,texlab}

This commit is contained in:
Bernardo Meurer 2021-02-21 16:52:51 -08:00
parent 176690a763
commit ee74a4f5dc
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -788,6 +788,8 @@ self: super: {
} // (
let
nodePackageNames = [
"coc-clangd"
"coc-cmake"
"coc-css"
"coc-diagnostic"
"coc-emmet"
@ -805,8 +807,8 @@ self: super: {
"coc-metals"
"coc-pairs"
"coc-prettier"
"coc-python"
"coc-pyright"
"coc-python"
"coc-r-lsp"
"coc-rls"
"coc-rust-analyzer"
@ -815,6 +817,7 @@ self: super: {
"coc-solargraph"
"coc-stylelint"
"coc-tabnine"
"coc-texlab"
"coc-tslint"
"coc-tslint-plugin"
"coc-tsserver"