vim-plugins: add acp, rainbow and vim-repeat
This commit is contained in:
@@ -497,6 +497,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
acp = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "acp-2013-02-05";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/eikenb/acp";
|
||||
rev = "5c627cec37d0d3b1670cb250d84e176e8b0c644e";
|
||||
sha256 = "0h7s4nvxin7m2caka7g1hhlxj1bbiwsvw8s2lqwlh7nq43v23ghg";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
elm-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "elm-vim-2016-07-25";
|
||||
src = fetchgit {
|
||||
@@ -838,6 +849,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
rainbow = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "rainbow-2016-08-08";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/luochen1990/rainbow";
|
||||
rev = "eeb35ccece20f2648b44580c484c6e57eec3c92b";
|
||||
sha256 = "0s1ygjm5czzj1idrw4f13gg60zljznb6bs7fps4i3wl2mbmw5641";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
vim-xkbswitch = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-xkbswitch-2016-01-31";
|
||||
src = fetchgit {
|
||||
@@ -1146,6 +1168,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
vim-repeat = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-repeat-2015-05-09";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/tpope/vim-repeat";
|
||||
rev = "7a6675f092842c8f81e71d5345bd7cdbf3759415";
|
||||
sha256 = "0p8g5y3vyl1765lj1r8jpc06l465f9bagivq6k8ndajbg049brl7";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
hasksyn = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "hasksyn-2014-09-03";
|
||||
src = fetchgit {
|
||||
|
||||
Reference in New Issue
Block a user