vim-plugins/xterm-color-table init

This commit is contained in:
Anders Sildnes 2018-01-16 16:43:48 +01:00
parent 413ddd19bd
commit db75ba31aa
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View File

@ -2703,4 +2703,16 @@ rec {
dependencies = [];
};
xterm-color-table = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "xterm-color-table-2013-12-31";
src = fetchgit {
url = "git://github.com/guns/xterm-color-table.vim";
rev = "9754e857e5f4fe1f8727106dcc682d21c29a51e4";
sha256 = "08a1d9428xwrjp40qgi34cb5fwgc239qf3agxl32k7bqbn08pq19";
};
dependencies = [];
};
}

View File

@ -222,3 +222,4 @@
"vimwiki"
"vinegar"
"vundle"
"xterm-color-table"