vimPlugins.coc-spell-checker: use a node package

- coc-spell-checker needs to be from nodePackages rather than generated
  as normal vim plugins are
- this commit adds coc-spell-checker to nodePackages and adds an
  override to the vim plugin
This commit is contained in:
Skyler Grey 2022-11-01 23:44:18 +00:00
parent d4863da28c
commit 54b03e5f4a
No known key found for this signature in database
GPG key ID: 1AFD10256B3C714D
3 changed files with 2 additions and 1 deletions

View file

@ -1306,6 +1306,7 @@ self: super: {
"coc-smartf"
"coc-snippets"
"coc-solargraph"
"coc-spell-checker"
"coc-sqlfluff"
"coc-stylelint"
"coc-sumneko-lua"

View file

@ -141,7 +141,6 @@ https://github.com/neoclide/coc-denite/,,
https://github.com/antoinemadec/coc-fzf/,,
https://github.com/josa42/coc-lua/,,
https://github.com/neoclide/coc-neco/,,
https://github.com/iamcco/coc-spell-checker/,,
https://github.com/coc-extensions/coc-svelte/,,
https://github.com/iamcco/coc-tailwindcss/,,
https://github.com/neoclide/coc.nvim/,release,

View file

@ -85,6 +85,7 @@
, "coc-smartf"
, "coc-snippets"
, "coc-solargraph"
, "coc-spell-checker"
, "coc-stylelint"
, "coc-sumneko-lua"
, "coc-sqlfluff"