Merge pull request #244382 from donovanglover/vim-astro

vimPlugins.vim-astro: init at 2022-08-25
This commit is contained in:
Sandro 2023-07-20 22:06:18 +02:00 committed by GitHub
commit ec13e501dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -10470,6 +10470,18 @@ final: prev:
meta.homepage = "https://github.com/haya14busa/vim-asterisk/";
};
vim-astro = buildVimPluginFrom2Nix {
pname = "vim-astro";
version = "2022-08-25";
src = fetchFromGitHub {
owner = "wuelnerdotexe";
repo = "vim-astro";
rev = "34732be5e9a5c28c2409f4490edf92d46d8b55a9";
sha256 = "1ild33hxiphj0z8b4kpcad4rai7q7jd0lsmhpa30kfgmyj5kh90z";
};
meta.homepage = "https://github.com/wuelnerdotexe/vim-astro/";
};
vim-asymptote = buildVimPluginFrom2Nix {
pname = "vim-asymptote";
version = "2014-06-26";

View File

@ -885,6 +885,7 @@ https://github.com/ThePrimeagen/vim-apm/,,
https://github.com/PeterRincker/vim-argumentative/,,
https://github.com/FooSoft/vim-argwrap/,,
https://github.com/haya14busa/vim-asterisk/,,
https://github.com/wuelnerdotexe/vim-astro/,HEAD,
https://github.com/hura/vim-asymptote/,,
https://github.com/907th/vim-auto-save/,,
https://github.com/vim-autoformat/vim-autoformat/,,