vimPlugins.neorg: add missing grammars

ideally we would run the tests but everything in its time.
This commit is contained in:
teto
2025-12-10 16:52:47 +01:00
parent ac3f8faff5
commit 2119f4ff47
@@ -103,6 +103,8 @@
impl,
reftools,
revive,
tree-sitter-grammars,
neovimUtils,
# hurl dependencies
hurl,
# must be lua51Packages
@@ -2066,6 +2068,13 @@ assertNoAdditions {
];
};
neorg = super.neorg.overrideAttrs {
dependencies = [
(neovimUtils.grammarToPlugin tree-sitter-grammars.tree-sitter-norg)
(neovimUtils.grammarToPlugin tree-sitter-grammars.tree-sitter-norg-meta)
];
};
neorg-telescope = super.neorg-telescope.overrideAttrs {
buildInputs = [ luaPackages.lua-utils-nvim ];
dependencies = with self; [