vim-plugins/peskcolor.vim.git init

This commit is contained in:
Anders Sildnes 2018-01-25 12:44:15 +01:00
parent 3391266ee7
commit 9096a92a4d
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View File

@ -107,6 +107,7 @@ rec {
webapi-vim = WebAPI;
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
yankring = YankRing;
peskcolor = peskcolor-vim-git;
# do not auto-update this one, as the name clashes with vim-snippets
vim-docbk-snippets = buildVimPluginFrom2Nix {
@ -553,6 +554,17 @@ rec {
};
peskcolor-vim-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "peskcolor-vim-git-2016-06-11";
src = fetchgit {
url = "https://github.com/andsild/peskcolor.vim.git";
rev = "cba4fc739bbebacd503158f6509d9c226651f363";
sha256 = "15hw3casr5y3ckgcn6aq8vhk6g2hym41w51nvgf34hbj9fx1nvkq";
};
dependencies = [];
};
flake8-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
name = "flake8-vim-2017-02-17";
src = fetchgit {

View File

@ -239,3 +239,4 @@
"vundle"
"xterm-color-table"
"zeavim"
"github:andsild/peskcolor.vim.git"