feat(nu): add nu tree-sitter
This commit is contained in:
parent
f848387e5a
commit
185adb0cf4
1 changed files with 2 additions and 1 deletions
3
nvf.nix
3
nvf.nix
|
@ -102,11 +102,13 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
treesitter = {
|
treesitter = {
|
||||||
|
enable = true;
|
||||||
fold = true;
|
fold = true;
|
||||||
indent.enable = true;
|
indent.enable = true;
|
||||||
context.enable = true;
|
context.enable = true;
|
||||||
highlight.enable = true;
|
highlight.enable = true;
|
||||||
incrementalSelection.enable = true;
|
incrementalSelection.enable = true;
|
||||||
|
grammars = [pkgs.tree-sitter-grammars.tree-sitter-nu];
|
||||||
};
|
};
|
||||||
dashboard.alpha.enable = true;
|
dashboard.alpha.enable = true;
|
||||||
binds.whichKey.enable = true;
|
binds.whichKey.enable = true;
|
||||||
|
@ -118,7 +120,6 @@ in {
|
||||||
projects.project-nvim.enable = true;
|
projects.project-nvim.enable = true;
|
||||||
spellcheck.enable = true;
|
spellcheck.enable = true;
|
||||||
telescope.enable = true;
|
telescope.enable = true;
|
||||||
treesitter.enable = true;
|
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
vimAlias = true;
|
vimAlias = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue