Commit 2500c927 authored by figsoda's avatar figsoda
Browse files

vimPlugins.nvim-treesitter: remove parser directory

parent 17a802cd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -62,6 +62,10 @@ let
in

{
  postPatch = ''
    rm -r parser
  '';

  passthru = {
    inherit builtGrammars allGrammars withPlugins withAllGrammars;