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
settings = {
indent.enable = true;
auto_install = false; # Disable runtime installation
ensure_installed = [
"git_config"
"git_rebase"
"gitattributes"
"gitcommit"
"gitignore"
"bash"
"python"
"lua"
"nix"
];
auto_install = true; # Disable runtime installation
# ensure_installed = [
# "git_config"
# "git_rebase"
# "gitattributes"
# "gitcommit"
# "gitignore"
# "bash"
# "python"
# "lua"
# "nix"
# ];
};
};
vim-surround.enable = true;