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;