removed ensure_installed for ts

This commit is contained in:
kenji
2025-12-24 13:26:32 -06:00
parent 358abc0fea
commit cd9d985e9f
+12 -12
View File
@@ -147,18 +147,18 @@
folding.enable = false; # Fixes the folding deprecation warning folding.enable = false; # Fixes the folding deprecation warning
settings = { settings = {
indent.enable = true; indent.enable = true;
auto_install = false; # Disable runtime installation auto_install = true; # Disable runtime installation
ensure_installed = [ # ensure_installed = [
"git_config" # "git_config"
"git_rebase" # "git_rebase"
"gitattributes" # "gitattributes"
"gitcommit" # "gitcommit"
"gitignore" # "gitignore"
"bash" # "bash"
"python" # "python"
"lua" # "lua"
"nix" # "nix"
]; # ];
}; };
}; };
vim-surround.enable = true; vim-surround.enable = true;