vimPlugins.coc-explorer: convert to nodePackages (#119336)
This commit is contained in:
parent
96ff5a2253
commit
35a76f4d39
@ -29,6 +29,7 @@
|
|||||||
, "coc-diagnostic"
|
, "coc-diagnostic"
|
||||||
, "coc-emmet"
|
, "coc-emmet"
|
||||||
, "coc-eslint"
|
, "coc-eslint"
|
||||||
|
, "coc-explorer"
|
||||||
, "coc-git"
|
, "coc-git"
|
||||||
, "coc-go"
|
, "coc-go"
|
||||||
, "coc-highlight"
|
, "coc-highlight"
|
||||||
|
1041
pkgs/development/node-packages/node-packages.nix
generated
1041
pkgs/development/node-packages/node-packages.nix
generated
File diff suppressed because it is too large
Load Diff
@ -483,18 +483,6 @@ let
|
|||||||
meta.homepage = "https://github.com/neoclide/coc-denite/";
|
meta.homepage = "https://github.com/neoclide/coc-denite/";
|
||||||
};
|
};
|
||||||
|
|
||||||
coc-explorer = buildVimPluginFrom2Nix {
|
|
||||||
pname = "coc-explorer";
|
|
||||||
version = "2021-04-12";
|
|
||||||
src = fetchFromGitHub {
|
|
||||||
owner = "weirongxu";
|
|
||||||
repo = "coc-explorer";
|
|
||||||
rev = "252b48bdd55e494fae8dce07526c0efa33ad069d";
|
|
||||||
sha256 = "1f6pxszy7gvlz2sh9477gbxhkvjrl0ni3l8n2d6109k7lww40a3n";
|
|
||||||
};
|
|
||||||
meta.homepage = "https://github.com/weirongxu/coc-explorer/";
|
|
||||||
};
|
|
||||||
|
|
||||||
coc-fzf = buildVimPluginFrom2Nix {
|
coc-fzf = buildVimPluginFrom2Nix {
|
||||||
pname = "coc-fzf";
|
pname = "coc-fzf";
|
||||||
version = "2021-03-21";
|
version = "2021-03-21";
|
||||||
|
@ -800,6 +800,7 @@ self: super: {
|
|||||||
"coc-diagnostic"
|
"coc-diagnostic"
|
||||||
"coc-emmet"
|
"coc-emmet"
|
||||||
"coc-eslint"
|
"coc-eslint"
|
||||||
|
"coc-explorer"
|
||||||
"coc-git"
|
"coc-git"
|
||||||
"coc-go"
|
"coc-go"
|
||||||
"coc-highlight"
|
"coc-highlight"
|
||||||
|
@ -721,7 +721,6 @@ w0ng/vim-hybrid
|
|||||||
wakatime/vim-wakatime
|
wakatime/vim-wakatime
|
||||||
wannesm/wmgraphviz.vim
|
wannesm/wmgraphviz.vim
|
||||||
wbthomason/packer.nvim
|
wbthomason/packer.nvim
|
||||||
weirongxu/coc-explorer
|
|
||||||
wellle/targets.vim
|
wellle/targets.vim
|
||||||
wellle/tmux-complete.vim
|
wellle/tmux-complete.vim
|
||||||
wfxr/minimap.vim
|
wfxr/minimap.vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user