mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-02-24 12:28:32 +00:00
neorg: added vim.treesitter.enable
This commit is contained in:
parent
7688a9b8a4
commit
a2560d9bf3
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ in {
|
|||
}
|
||||
|
||||
(mkIf cfg.treesitter.enable {
|
||||
vim.treesitter.enable = true;
|
||||
vim.treesitter.grammars = [cfg.treesitter.norgPackage];
|
||||
})
|
||||
]);
|
||||
|
|
Loading…
Add table
Reference in a new issue