From 46995d1a1209f47f3f719bfb30b496faa10b1413 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Thu, 23 Apr 2026 13:35:51 -0700 Subject: [PATCH] nix --- users/tao/helix.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/tao/helix.nix b/users/tao/helix.nix index ba326a4..b7b4390 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -251,6 +251,11 @@ # keep-sorted end ]; language-server = { + nil = { + config = { + autoArchive = true; + }; + }; deno-lsp = { command = "deno"; args = ["lsp"];