vimPlugins.vim-nix: init at 2015-05-10

This commit is contained in:
Théophane Hufschmitt
2015-10-05 15:55:35 +02:00
parent 216a05175c
commit aa84d62a93
2 changed files with 12 additions and 0 deletions
+11
View File
@@ -334,6 +334,17 @@ rec {
};
vim-nix = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-nix-2015-05-10";
src = fetchgit {
url = "git://github.com/LnL7/vim-nix";
rev = "39f5eb681f2ed2282ed562af2d6a2e40712d8429";
sha256 = "6f109b6949f773b2d7f06adeb45334fa61479c95750666b450265851cb24c761";
};
dependencies = [];
};
vim-css-color = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-css-color-2015-10-03";
src = fetchgit {