removed auto_install

This commit is contained in:
kenji
2025-12-24 13:30:58 -06:00
parent cd9d985e9f
commit c92c7fde64
+1 -1
View File
@@ -147,7 +147,7 @@
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 = true; # Disable runtime installation auto_install = false; # Disable runtime installation
# ensure_installed = [ # ensure_installed = [
# "git_config" # "git_config"
# "git_rebase" # "git_rebase"