Skip to content

Commit

Permalink
additions to grammarPlugins should be passed through grammarToPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
birdee authored and bandithedoge committed Nov 28, 2024
1 parent daeb523 commit 7629fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
passthru = a.passthru // {
inherit builtGrammars allGrammars withPlugins withAllGrammars;
grammarPlugins = a.passthru.grammarPlugins // {
norg = norgGrammars.tree-sitter-norg;
norg-meta = norgGrammars.tree-sitter-norg-meta;
norg = p.nvim-treesitter.grammarToPlugin norgGrammars.tree-sitter-norg;
norg-meta = p.nvim-treesitter.grammarToPlugin norgGrammars.tree-sitter-norg-meta;
};
};
});
Expand Down

0 comments on commit 7629fcf

Please sign in to comment.