Add package: vim plugin: vimoutliner

Closes #4252
This commit is contained in:
Thomas Strobel 2014-09-24 11:23:13 +02:00 committed by Mateusz Kowalczyk
parent 6bc3907b88
commit 455b8dd9d8

View File

@ -645,4 +645,14 @@ in rec
path = "pathogen";
};
vimoutliner = simpleDerivation {
name = "vimoutliner-git-dce383e7";
src = fetchgit {
url = "https://github.com/vimoutliner/vimoutliner";
rev = "2fc82976683c8770bece157ae3ada55251b6ddeb";
sha256 = "dce383e7842c42bcfa8e7c3329fa426cb0fb05786d40a733da705c03aabd196b";
};
path = "vimoutliner";
};
}