From af883ec5ebe0e57fdf1c09b0befe6bea53a29af9 Mon Sep 17 00:00:00 2001 From: lsoriano-mcm Date: Sat, 5 Jul 2025 11:25:58 -0500 Subject: [PATCH] ensures installation of TS --- config/sets.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/sets.nix b/config/sets.nix index b133b3f..d18fbfe 100644 --- a/config/sets.nix +++ b/config/sets.nix @@ -146,9 +146,20 @@ treesitter = { enable = true; - folding = false; settings.indent.enable = true; + settings = { + auto_install = true; + ensure_installed = [ + "git_config" + "git_rebase" + "gitattributes" + "gitcommit" + "gitignore" + "bash" + "python" + ]; + }; }; vim-surround.enable = true;