vim-plugins/peskcolor.vim.git init
This commit is contained in:
parent
3391266ee7
commit
9096a92a4d
@ -107,6 +107,7 @@ rec {
|
|||||||
webapi-vim = WebAPI;
|
webapi-vim = WebAPI;
|
||||||
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
||||||
yankring = YankRing;
|
yankring = YankRing;
|
||||||
|
peskcolor = peskcolor-vim-git;
|
||||||
|
|
||||||
# do not auto-update this one, as the name clashes with vim-snippets
|
# do not auto-update this one, as the name clashes with vim-snippets
|
||||||
vim-docbk-snippets = buildVimPluginFrom2Nix {
|
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
|
flake8-vim = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||||
name = "flake8-vim-2017-02-17";
|
name = "flake8-vim-2017-02-17";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
|
@ -239,3 +239,4 @@
|
|||||||
"vundle"
|
"vundle"
|
||||||
"xterm-color-table"
|
"xterm-color-table"
|
||||||
"zeavim"
|
"zeavim"
|
||||||
|
"github:andsild/peskcolor.vim.git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user