Skip to content

Commit

Permalink
Add cspell to node-packages
Browse files Browse the repository at this point in the history
- This node-packages.nix file in this commit was generated with
  ./pkgs/development/node-packages/generate.sh and then trimmed down in
  order to only commit the new package and dependencies
  Dependencies include:
  - @cspell/dict packages
  - Other cspell libraries
  - Some other JS libraries (e.g. comment-json)
- The vim/plugins/generated.nix file in this commit was generated with
  ./pkgs/applications/editors/vim/plugins/update.py and then trimmed
  down in order to only commit the removal of coc-spell-checker being
  directly in there
- This is to avoid large rebuilds (and make conflicts less likely)
  • Loading branch information
Minion3665 committed Nov 7, 2022
1 parent 2a04034 commit cfa25dc
Show file tree
Hide file tree
Showing 2 changed files with 591 additions and 72 deletions.
12 changes: 0 additions & 12 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1685,18 +1685,6 @@ final: prev:
meta.homepage = "https://github.com/neoclide/coc-neco/";
};

coc-spell-checker = buildVimPluginFrom2Nix {
pname = "coc-spell-checker";
version = "2020-09-15";
src = fetchFromGitHub {
owner = "iamcco";
repo = "coc-spell-checker";
rev = "a76ebbff41fec61bb7a3c2556a670720db3f9ff9";
sha256 = "0i2znngg8jyxgns1kqi5168c4899wj2b8h8n14yy6pxgidhgqvzp";
};
meta.homepage = "https://github.com/iamcco/coc-spell-checker/";
};

coc-svelte = buildVimPluginFrom2Nix {
pname = "coc-svelte";
version = "2022-03-14";
Expand Down
Loading

0 comments on commit cfa25dc

Please sign in to comment.