Skip to content

Commit

Permalink
Merge pull request #82578 from eyJhb/coc-npm
Browse files Browse the repository at this point in the history
vimPlugins.coc-*: add npm dependencies
  • Loading branch information
adisbladis authored Mar 15, 2020
2 parents 80a3dbc + af9b839 commit 48b799e
Show file tree
Hide file tree
Showing 7 changed files with 3,023 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/node-packages/composition-v10.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ in
import ./node-packages-v10.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}
2 changes: 1 addition & 1 deletion pkgs/development/node-packages/composition-v12.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ in
import ./node-packages-v12.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}
2 changes: 1 addition & 1 deletion pkgs/development/node-packages/composition-v13.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ in
import ./node-packages-v13.nix {
inherit (pkgs) fetchurl fetchgit;
inherit nodeEnv;
}
}
30 changes: 30 additions & 0 deletions pkgs/development/node-packages/node-packages-v10.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,37 @@
, "browserify"
, "castnow"
, "clean-css"
, "coc-css"
, "coc-emmet"
, "coc-eslint"
, "coc-git"
, "coc-go"
, "coc-highlight"
, "coc-html"
, "coc-imselect"
, "coc-java"
, "coc-jest"
, "coc-json"
, "coc-lists"
, "coc-metals"
, "coc-pairs"
, "coc-prettier"
, "coc-python"
, "coc-r-lsp"
, "coc-rls"
, "coc-smartf"
, "coc-snippets"
, "coc-solargraph"
, "coc-stylelint"
, "coc-tabnine"
, "coc-tslint"
, "coc-tslint-plugin"
, "coc-tsserver"
, "coc-vetur"
, "coc-vimtex"
, "coc-wxml"
, "coc-yaml"
, "coc-yank"
, "coffee-script"
, "coinmon"
, "configurable-http-proxy"
Expand Down
Loading

0 comments on commit 48b799e

Please sign in to comment.