From cd9d985e9f946bf47b570fd27ff8fbba40c7e8d3 Mon Sep 17 00:00:00 2001 From: kenji Date: Wed, 24 Dec 2025 13:26:32 -0600 Subject: [PATCH] removed ensure_installed for ts --- config/sets.nix | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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;