mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
vim-plugins/peskcolor.vim.git init
This commit is contained in:
parent
3391266ee7
commit
9096a92a4d
@ -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 {
|
||||
|
@ -239,3 +239,4 @@
|
||||
"vundle"
|
||||
"xterm-color-table"
|
||||
"zeavim"
|
||||
"github:andsild/peskcolor.vim.git"
|
||||
|
Loading…
Reference in New Issue
Block a user