diff --git a/config/sets.nix b/config/sets.nix index d735fb7..c719338 100644 --- a/config/sets.nix +++ b/config/sets.nix @@ -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;