vimPlugins.vader-vim: init at 2019-05-18
Vader is a test framework for testing other vim plugins. 27 of the plugins in vim-plugin-names use Vader for their tests.
This commit is contained in:
parent
e2383999f0
commit
4250954428
|
@ -2708,6 +2708,17 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
vader-vim = buildVimPluginFrom2Nix {
|
||||||
|
pname = "vader-vim";
|
||||||
|
version = "2019-05-18";
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "junegunn";
|
||||||
|
repo = "vader.vim";
|
||||||
|
rev = "de8a976f1eae2c2b680604205c3e8b5c8882493c";
|
||||||
|
sha256 = "1pibls5s74fkzvj7spdpdn2s6zka0zxg4yr02s6jd0bcniq210b5";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
vCoolor-vim = buildVimPluginFrom2Nix {
|
vCoolor-vim = buildVimPluginFrom2Nix {
|
||||||
pname = "vCoolor-vim";
|
pname = "vCoolor-vim";
|
||||||
version = "2018-10-06";
|
version = "2018-10-06";
|
||||||
|
|
|
@ -151,6 +151,7 @@ junegunn/fzf.vim
|
||||||
junegunn/goyo.vim
|
junegunn/goyo.vim
|
||||||
junegunn/limelight.vim
|
junegunn/limelight.vim
|
||||||
junegunn/seoul256.vim
|
junegunn/seoul256.vim
|
||||||
|
junegunn/vader.vim
|
||||||
junegunn/vim-easy-align
|
junegunn/vim-easy-align
|
||||||
junegunn/vim-github-dashboard
|
junegunn/vim-github-dashboard
|
||||||
junegunn/vim-peekaboo
|
junegunn/vim-peekaboo
|
||||||
|
|
Loading…
Reference in New Issue