vim-plugins/tabpagecd init

This commit is contained in:
Anders Sildnes
2018-01-16 17:18:14 +01:00
parent ad746d1beb
commit c0436f5c0b
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -2320,6 +2320,17 @@ rec {
}; };
tabpagecd = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "tabpagecd-2013-11-29";
src = fetchgit {
url = "git://github.com/kana/vim-tabpagecd";
rev = "8b71a03a037608fa5918f5096812577cec6355e4";
sha256 = "1mr6s2hvsf2a2nkjjvq78c9isfxk2k1ih890w740srbq6ssj0npm";
};
dependencies = [];
};
taglist = buildVimPluginFrom2Nix { # created by nix#NixDerivation taglist = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "taglist"; name = "taglist";
src = fetchurl { src = fetchurl {
+1
View File
@@ -188,6 +188,7 @@
"sparkup" "sparkup"
"surround" "surround"
"table-mode" "table-mode"
"tabpagecd"
"taglist" "taglist"
"tlib" "tlib"
"undotree" "undotree"