mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 00:51:03 +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
Add a link
Reference in a new issue