vimPlugins.vim-twiggy: init at 2019-06-24

This commit is contained in:
RonanMacF 2020-08-23 00:59:39 +01:00 committed by Jon
parent 64d6ccc2b0
commit 943986dbbf
2 changed files with 13 additions and 0 deletions

View File

@ -7094,6 +7094,18 @@ let
meta.homepage = "https://github.com/lumiliet/vim-twig/";
};
vim-twiggy = buildVimPluginFrom2Nix {
pname = "vim-twiggy";
version = "2019-06-24";
src = fetchFromGitHub {
owner = "sodapopcan";
repo = "vim-twiggy";
rev = "962b181f402f05b66641308fe1b3538d5f863ab8";
sha256 = "0cqarsvdw9gr8pqp1gjy4rb6aaifjyb7iaaa2g8msr1ps0ihs3gd";
};
meta.homepage = "https://github.com/sodapopcan/vim-twiggy/";
};
vim-unimpaired = buildVimPluginFrom2Nix {
pname = "vim-unimpaired";
version = "2020-04-26";

View File

@ -494,6 +494,7 @@ sjl/gundo.vim
sjl/splice.vim
sk1418/last256
slashmili/alchemist.vim
sodapopcan/vim-twiggy
solarnz/arcanist.vim
sonph/onehalf
stefandtw/quickfix-reflector.vim