3
0
Fork 0
forked from mirrors/nixpkgs

vimPlugins.nvim-treesitter: remove parser directory

This commit is contained in:
figsoda 2022-11-21 09:17:33 -05:00
parent 17a802cdd8
commit 2500c9270b

View file

@ -62,6 +62,10 @@ let
in
{
postPatch = ''
rm -r parser
'';
passthru = {
inherit builtGrammars allGrammars withPlugins withAllGrammars;