From 2a0403436bfc7271e71cc80ea733b20f74b2df68 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Tue, 1 Nov 2022 23:44:18 +0000 Subject: [PATCH] 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 --- pkgs/applications/editors/vim/plugins/overrides.nix | 1 + pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 - pkgs/development/node-packages/node-packages.json | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/vim/plugins/overrides.nix b/pkgs/applications/editors/vim/plugins/overrides.nix index 1bda4248de688..762615fd12001 100644 --- a/pkgs/applications/editors/vim/plugins/overrides.nix +++ b/pkgs/applications/editors/vim/plugins/overrides.nix @@ -1306,6 +1306,7 @@ self: super: { "coc-smartf" "coc-snippets" "coc-solargraph" + "coc-spell-checker" "coc-sqlfluff" "coc-stylelint" "coc-sumneko-lua" diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 6650e74ce48bf..fe4e1957730fd 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -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, diff --git a/pkgs/development/node-packages/node-packages.json b/pkgs/development/node-packages/node-packages.json index 5996cace002bc..6e3554226407c 100644 --- a/pkgs/development/node-packages/node-packages.json +++ b/pkgs/development/node-packages/node-packages.json @@ -85,6 +85,7 @@ , "coc-smartf" , "coc-snippets" , "coc-solargraph" +, "coc-spell-checker" , "coc-stylelint" , "coc-sumneko-lua" , "coc-sqlfluff"