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

wip/yesman
Bernardo Meurer 3 years ago
parent 176690a763
commit ee74a4f5dc
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
  1. 5
      pkgs/misc/vim-plugins/overrides.nix

@ -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"

Loading…
Cancel
Save