vimPlugins.splitjoin-vim: init at 2020-03-10

This commit is contained in:
ryneeverett 2020-03-20 04:12:26 +00:00 committed by Jon
parent 95c981e980
commit d0ce3afefa
2 changed files with 12 additions and 0 deletions

View File

@ -2850,6 +2850,17 @@ let
}; };
}; };
splitjoin-vim = buildVimPluginFrom2Nix {
pname = "splitjoin-vim";
version = "2020-03-10";
src = fetchFromGitHub {
owner = "AndrewRadev";
repo = "splitjoin.vim";
rev = "fef5079e9dee55c2cf879ce2a4412fb5dcb40808";
sha256 = "1v6cm86klzbmzx2grzxprpxci3001yjfbnwdd1891rfggjlm4wj9";
};
};
starsearch-vim = buildVimPluginFrom2Nix { starsearch-vim = buildVimPluginFrom2Nix {
pname = "starsearch-vim"; pname = "starsearch-vim";
version = "2014-09-21"; version = "2014-09-21";

View File

@ -11,6 +11,7 @@ alx741/vim-stylishask
amiorin/ctrlp-z amiorin/ctrlp-z
andrep/vimacs andrep/vimacs
andreshazard/vim-logreview andreshazard/vim-logreview
AndrewRadev/splitjoin.vim
andsild/peskcolor.vim andsild/peskcolor.vim
andviro/flake8-vim andviro/flake8-vim
andys8/vim-elm-syntax andys8/vim-elm-syntax