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"];