mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
almost forgot to update the norg builder to handle the tree-sitter-norg pkg
This commit is contained in:
parent
fce6247e5e
commit
dee0bfd98e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ in {
|
||||||
|
|
||||||
treesitter = {
|
treesitter = {
|
||||||
enable = mkEnableOption "Neorg treesitter" // {default = config.vim.languages.enableTreesitter;};
|
enable = mkEnableOption "Neorg treesitter" // {default = config.vim.languages.enableTreesitter;};
|
||||||
norgPackage = mkGrammarOption pkgs "norg";
|
norgPackage = mkGrammarOption pkgs "tree-sitter-norg";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue