vim-plugins/cute-python: init

This commit is contained in:
Anders Sildnes 2018-01-25 12:57:29 +01:00
parent e55ffc0c3e
commit 40f8ccbb3c
No known key found for this signature in database
GPG Key ID: 1B6F731A9B8A026C
2 changed files with 13 additions and 0 deletions

View File

@ -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 {

View File

@ -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"