lol

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

vim-plugins: add airline-themes

+11
+10
pkgs/misc/vim-plugins/default.nix
··· 1451 1451 1452 1452 }; 1453 1453 1454 + vim-airline-themes = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1455 + name = "vim-airline-themes-2016-02-24"; 1456 + src = fetchgit { 1457 + url = "git://github.com/vim-airline/vim-airline-themes"; 1458 + rev = "13bad30d4ee3892cae755c83433ee85fbc96d028"; 1459 + sha256 = "0w36ani4r2v58pd0fcqv12j0hjd97g2q78zici1a72njvwp9qhgj"; 1460 + }; 1461 + dependencies = [ "vim-airline" ]; 1462 + }; 1463 + 1454 1464 vim-coffee-script = buildVimPluginFrom2Nix { # created by nix#NixDerivation 1455 1465 name = "vim-coffee-script-2015-04-20"; 1456 1466 src = fetchgit {
+1
pkgs/misc/vim-plugins/vim-plugin-names
··· 112 112 "vim-addon-toggle-buffer" 113 113 "vim-addon-xdebug" 114 114 "vim-airline" 115 + "vim-airline-themes" 115 116 "vim-coffee-script" 116 117 "vim-easy-align" 117 118 "vim-gista"