vimPlugins.pest-vim: init at 2020-04-20

This commit is contained in:
figsoda 2023-02-16 15:15:53 -05:00
parent d20cbeb18f
commit b5f27982a9
2 changed files with 13 additions and 0 deletions

View file

@ -6897,6 +6897,18 @@ final: prev:
meta.homepage = "https://github.com/andsild/peskcolor.vim/";
};
pest-vim = buildVimPluginFrom2Nix {
pname = "pest.vim";
version = "2020-04-20";
src = fetchFromGitHub {
owner = "pest-parser";
repo = "pest.vim";
rev = "ebeeea5e0757adee037135cf3b8248589b22ae16";
sha256 = "159h9f96x127w1i0cj0cwb8cr2k0fbb9l3vsyky60h344p8amcbi";
};
meta.homepage = "https://github.com/pest-parser/pest.vim/";
};
pgsql-vim = buildVimPluginFrom2Nix {
pname = "pgsql.vim";
version = "2021-12-08";

View file

@ -580,6 +580,7 @@ https://github.com/NLKNguyen/papercolor-theme/,,
https://github.com/tmsvg/pear-tree/,,
https://github.com/steelsojka/pears.nvim/,,
https://github.com/andsild/peskcolor.vim/,,
https://github.com/pest-parser/pest.vim/,HEAD,
https://github.com/lifepillar/pgsql.vim/,,
https://github.com/motus/pig.vim/,,
https://github.com/aklt/plantuml-syntax/,,