Merge pull request #9320 from kamilchm/vimPlugins-molokai
vimPlugins: add molokai
This commit is contained in:
commit
cbb7bc92b6
@ -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
|
pathogen = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "pathogen-2014-11-06";
|
name = "pathogen-2014-11-06";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -51,6 +51,7 @@
|
|||||||
"github:shougo/vimshell.vim"
|
"github:shougo/vimshell.vim"
|
||||||
"github:takac/vim-hardtime"
|
"github:takac/vim-hardtime"
|
||||||
"github:thinca/vim-quickrun"
|
"github:thinca/vim-quickrun"
|
||||||
|
"github:tomasr/molokai"
|
||||||
"github:travitch/hasksyn"
|
"github:travitch/hasksyn"
|
||||||
"github:twinside/vim-haskellconceal"
|
"github:twinside/vim-haskellconceal"
|
||||||
"github:valloric/youcompleteme"
|
"github:valloric/youcompleteme"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user