From 185adb0cf461dc1292dd3efcc91df762d00f2e64 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Sat, 25 Jan 2025 00:58:43 +0000 Subject: [PATCH] feat(nu): add nu tree-sitter --- nvf.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nvf.nix b/nvf.nix index 26c1483..aff6454 100644 --- a/nvf.nix +++ b/nvf.nix @@ -102,11 +102,13 @@ in { } ]; treesitter = { + enable = true; fold = true; indent.enable = true; context.enable = true; highlight.enable = true; incrementalSelection.enable = true; + grammars = [pkgs.tree-sitter-grammars.tree-sitter-nu]; }; dashboard.alpha.enable = true; binds.whichKey.enable = true; @@ -118,7 +120,6 @@ in { projects.project-nvim.enable = true; spellcheck.enable = true; telescope.enable = true; - treesitter.enable = true; viAlias = true; vimAlias = true; };