Merge pull request #14072 from bkase/vim-plugins-airline-themes

vim-plugins: add airline-themes
This commit is contained in:
Arseniy Seroka 2016-03-20 13:16:00 +03:00
commit 02080ecede
2 changed files with 11 additions and 0 deletions

View file

@ -1451,6 +1451,16 @@ rec {
};
vim-airline-themes = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-airline-themes-2016-02-24";
src = fetchgit {
url = "git://github.com/vim-airline/vim-airline-themes";
rev = "13bad30d4ee3892cae755c83433ee85fbc96d028";
sha256 = "0w36ani4r2v58pd0fcqv12j0hjd97g2q78zici1a72njvwp9qhgj";
};
dependencies = [ "vim-airline" ];
};
vim-coffee-script = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "vim-coffee-script-2015-04-20";
src = fetchgit {

View file

@ -112,6 +112,7 @@
"vim-addon-toggle-buffer"
"vim-addon-xdebug"
"vim-airline"
"vim-airline-themes"
"vim-coffee-script"
"vim-easy-align"
"vim-gista"