vimPlugins.splitjoin-vim: init at 2020-03-10
This commit is contained in:
parent
95c981e980
commit
d0ce3afefa
@ -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";
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user