mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
fix norgpackage ref
This commit is contained in:
parent
28a7d3952e
commit
5612dafa73
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