Merge pull request #14072 from bkase/vim-plugins-airline-themes
vim-plugins: add airline-themes
This commit is contained in:
commit
02080ecede
|
@ -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
|
vim-coffee-script = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "vim-coffee-script-2015-04-20";
|
name = "vim-coffee-script-2015-04-20";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
|
|
@ -112,6 +112,7 @@
|
||||||
"vim-addon-toggle-buffer"
|
"vim-addon-toggle-buffer"
|
||||||
"vim-addon-xdebug"
|
"vim-addon-xdebug"
|
||||||
"vim-airline"
|
"vim-airline"
|
||||||
|
"vim-airline-themes"
|
||||||
"vim-coffee-script"
|
"vim-coffee-script"
|
||||||
"vim-easy-align"
|
"vim-easy-align"
|
||||||
"vim-gista"
|
"vim-gista"
|
||||||
|
|
Loading…
Reference in New Issue