Merge pull request #20313 from jamescun/master

vim plugins: add dracula theme
This commit is contained in:
Arseniy Seroka 2016-11-11 00:19:21 +03:00 committed by GitHub
commit f263d9844e
2 changed files with 11 additions and 0 deletions

View file

@ -520,6 +520,16 @@ rec {
}; };
dracula = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "dracula-2016-09-21";
src = fetchgit {
url = "git://github.com/dracula/vim";
rev = "926dfbab01128322f6326bdd10de2856b1fa3232";
sha256 = "1kqd367qa2dnz3qf10lyw7hacahylc94axc6f6f5nw4cklm1g8yv";
};
dependencies = [];
};
vim-jade = buildVimPluginFrom2Nix { # created by nix#NixDerivation vim-jade = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-jade-2016-10-31"; name = "vim-jade-2016-10-31";
src = fetchgit { src = fetchgit {

View file

@ -35,6 +35,7 @@
"github:ctrlpvim/ctrlp.vim" "github:ctrlpvim/ctrlp.vim"
"github:derekelkins/agda-vim" "github:derekelkins/agda-vim"
"github:digitaltoad/vim-jade" "github:digitaltoad/vim-jade"
"github:dracula/vim"
"github:eagletmt/neco-ghc" "github:eagletmt/neco-ghc"
"github:eikenb/acp" "github:eikenb/acp"
"github:elmcast/elm-vim" "github:elmcast/elm-vim"