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:
Chuck 2019-10-23 21:47:01 -07:00 committed by Matthieu Coudron
parent e2383999f0
commit 4250954428
2 changed files with 12 additions and 0 deletions

View File

@ -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 {
pname = "vCoolor-vim";
version = "2018-10-06";

View File

@ -151,6 +151,7 @@ junegunn/fzf.vim
junegunn/goyo.vim
junegunn/limelight.vim
junegunn/seoul256.vim
junegunn/vader.vim
junegunn/vim-easy-align
junegunn/vim-github-dashboard
junegunn/vim-peekaboo