mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
change default?
This commit is contained in:
parent
ce25afeab5
commit
8940872cf0
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ in {
|
|||
|
||||
treesitter = {
|
||||
enable = mkEnableOption "Neorg treesitter" // {default = config.vim.languages.enableTreesitter;};
|
||||
norgPackage = pkgs.tree-sitter-grammars.tree-sitter-norg;
|
||||
#norgPackage = mkGrammarOption pkgs "tree-sitter-norg";
|
||||
norgPackage = mkGrammarOption pkgs "tree-sitter-norg" // {default = pkgs.tree-sitter-grammars.tree-sitter-norg;};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue