vimPlugins.nvim-treesitter: don't replace existing passthru (#290707)
This commit is contained in:
parent
3b4a7815ef
commit
cc817dc759
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ in
|
|||
rm -r parser
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
passthru = (super.nvim-treesitter.passthru or { }) // {
|
||||
inherit builtGrammars allGrammars grammarToPlugin withPlugins withAllGrammars;
|
||||
|
||||
grammarPlugins = lib.mapAttrs (_: grammarToPlugin) generatedDerivations;
|
||||
|
|
Loading…
Reference in a new issue