Merge pull request #202196 from figsoda/nvim-treesitter
vimPlugins.nvim-treesitter: remove parser directory
This commit is contained in:
commit
50d4c349c5
1 changed files with 4 additions and 0 deletions
|
@ -62,6 +62,10 @@ let
|
|||
in
|
||||
|
||||
{
|
||||
postPatch = ''
|
||||
rm -r parser
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
inherit builtGrammars allGrammars withPlugins withAllGrammars;
|
||||
|
||||
|
|
Loading…
Reference in a new issue