vimPlugins.yuck-vim: init at 2021-08-09

This commit is contained in:
figsoda 2022-10-28 09:22:57 -04:00
parent 0b4ce1022e
commit 6af4aac37a
2 changed files with 13 additions and 0 deletions

View File

@ -13212,6 +13212,18 @@ final: prev:
meta.homepage = "https://github.com/HerringtonDarkholme/yats.vim/";
};
yuck-vim = buildVimPluginFrom2Nix {
pname = "yuck.vim";
version = "2021-08-09";
src = fetchFromGitHub {
owner = "elkowar";
repo = "yuck.vim";
rev = "6dc3da77c53820c32648cf67cbdbdfb6994f4e08";
sha256 = "0890cyxnnvbbhv1irm0nxl5x7a49h1327cmhl1gmayigd4jym7ln";
};
meta.homepage = "https://github.com/elkowar/yuck.vim/";
};
zeavim-vim = buildVimPluginFrom2Nix {
pname = "zeavim.vim";
version = "2019-06-07";

View File

@ -1108,6 +1108,7 @@ https://github.com/tweekmonster/wstrip.vim/,,
https://github.com/drmingdrmer/xptemplate/,,
https://github.com/guns/xterm-color-table.vim/,,
https://github.com/HerringtonDarkholme/yats.vim/,,
https://github.com/elkowar/yuck.vim/,HEAD,
https://github.com/KabbAmine/zeavim.vim/,,
https://github.com/folke/zen-mode.nvim/,,
https://github.com/jnurmine/zenburn/,,