Merge pull request #202196 from figsoda/nvim-treesitter

vimPlugins.nvim-treesitter: remove parser directory
This commit is contained in:
figsoda 2022-11-21 17:53:42 -05:00 committed by GitHub
commit 50d4c349c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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