Merge pull request #9320 from kamilchm/vimPlugins-molokai

vimPlugins: add molokai
This commit is contained in:
Domen Kožar 2015-08-29 14:09:51 +02:00
commit cbb7bc92b6
2 changed files with 11 additions and 0 deletions

View file

@ -882,6 +882,16 @@ rec {
'';
};
molokai = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "molokai-2014-04-11";
src = fetchgit {
url = "git://github.com/tomasr/molokai";
rev = "db8ce13b3737d3ddea8368498183d7c204a762eb";
sha256 = "34587133f0f17b8950ed0428b3deeacc2f15933ede8bfdd000593098ed6d903a";
};
dependencies = [];
};
pathogen = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "pathogen-2014-11-06";
src = fetchgit {

View file

@ -51,6 +51,7 @@
"github:shougo/vimshell.vim"
"github:takac/vim-hardtime"
"github:thinca/vim-quickrun"
"github:tomasr/molokai"
"github:travitch/hasksyn"
"github:twinside/vim-haskellconceal"
"github:valloric/youcompleteme"