vimPlugins.wstrip-vim: init at 2021-03-14
This commit is contained in:
parent
687cd11d7b
commit
c67b5a0035
|
@ -8899,6 +8899,18 @@ let
|
||||||
meta.homepage = "https://github.com/lukaszkorecki/workflowish/";
|
meta.homepage = "https://github.com/lukaszkorecki/workflowish/";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wstrip-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "wstrip-vim";
|
||||||
|
version = "2021-03-14";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "tweekmonster";
|
||||||
|
repo = "wstrip.vim";
|
||||||
|
rev = "3d4c35c8ca462fbece58886e52679a5355f461d6";
|
||||||
|
sha256 = "020bikc5482gzshjh2vgvknqxpzzzaff14z1rj6b2yvmbr2a837f";
|
||||||
|
};
|
||||||
|
meta.homepage = "https://github.com/tweekmonster/wstrip.vim/";
|
||||||
|
};
|
||||||
|
|
||||||
xptemplate = buildVimPluginFrom2Nix {
|
xptemplate = buildVimPluginFrom2Nix {
|
||||||
pname = "xptemplate";
|
pname = "xptemplate";
|
||||||
version = "2020-06-29";
|
version = "2020-06-29";
|
||||||
|
|
|
@ -656,6 +656,7 @@ tremor-rs/tremor-vim@main
|
||||||
triglav/vim-visual-increment
|
triglav/vim-visual-increment
|
||||||
troydm/zoomwintab.vim
|
troydm/zoomwintab.vim
|
||||||
tversteeg/registers.nvim@main
|
tversteeg/registers.nvim@main
|
||||||
|
tweekmonster/wstrip.vim
|
||||||
twerth/ir_black
|
twerth/ir_black
|
||||||
twinside/vim-haskellconceal
|
twinside/vim-haskellconceal
|
||||||
Twinside/vim-hoogle
|
Twinside/vim-hoogle
|
||||||
|
|
Loading…
Reference in New Issue