Merge pull request #113966 from lovesegfault/vim-coc

vimPlugins: add coc-{clangd,cmake,texlab}
This commit is contained in:
Bernardo Meurer 2021-02-22 02:11:29 +00:00 committed by GitHub
commit 34e69280b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"