vim-plugins/cute-python: init
This commit is contained in:
parent
e55ffc0c3e
commit
40f8ccbb3c
@ -108,6 +108,7 @@ rec {
|
||||
wombat256 = wombat256-vim; # backwards compat, added 2015-7-8
|
||||
yankring = YankRing;
|
||||
concealedyank = concealedyank-vim;
|
||||
cute-python = vim-cute-python-git;
|
||||
vim-grepper = vim-grepper-git;
|
||||
peskcolor = peskcolor-vim-git;
|
||||
mayansmoke = mayansmoke-git;
|
||||
@ -835,6 +836,17 @@ rec {
|
||||
|
||||
};
|
||||
|
||||
vim-cute-python-git = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "vim-cute-python-git-2016-04-04";
|
||||
src = fetchgit {
|
||||
url = "https://github.com/ehamberg/vim-cute-python.git";
|
||||
rev = "d7a6163f794500447242df2bedbe20bd751b92da";
|
||||
sha256 = "1jrfd6z84cdzn3yxdfp0xfxygscq7s8kbzxk37hf9cf5pl9ln0qf";
|
||||
};
|
||||
dependencies = [];
|
||||
|
||||
};
|
||||
|
||||
acp = buildVimPluginFrom2Nix { # created by nix#NixDerivation
|
||||
name = "acp-2013-02-05";
|
||||
src = fetchgit {
|
||||
|
@ -242,6 +242,7 @@
|
||||
"github:rhysd/vim-operator-surround"
|
||||
"github:chikatoike/concealedyank.vim"
|
||||
"github:cespare/vim-toml"
|
||||
"github:ehamberg/vim-cute-python.git"
|
||||
"github:mhinz/vim-grepper.git"
|
||||
"github:andsild/peskcolor.vim.git"
|
||||
"github:vim-scripts/mayansmoke.git"
|
||||
|
Loading…
x
Reference in New Issue
Block a user