From aa7e9ac29c16f0c3cf709fc93f159fa045563158 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 1 May 2024 23:33:03 +0200 Subject: [PATCH] Also add scls to nix --- home-manager/shared/shell/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/shared/shell/helix.nix b/home-manager/shared/shell/helix.nix index 6a587da..ae6d948 100644 --- a/home-manager/shared/shell/helix.nix +++ b/home-manager/shared/shell/helix.nix @@ -68,7 +68,7 @@ auto-format = true; file-types = ["nix"]; roots = ["flake.lock" "flake.nix"]; - language-servers = ["nil"]; + language-servers = ["nil" "scls"]; formatter = { command = "alejandra"; args = ["-q"];