From 914c29cc9e44261dab7f3efca3b98b7546c8fe7c Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Wed, 1 May 2024 17:44:06 +0200 Subject: [PATCH] Switch back to lang server nil --- modules/home/vscode.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/vscode.nix b/modules/home/vscode.nix index 19be7ab..b209ac9 100644 --- a/modules/home/vscode.nix +++ b/modules/home/vscode.nix @@ -42,7 +42,7 @@ "git.autofetch" = true; "git.confirmSync" = false; "nix.enableLanguageServer" = true; - "nix.serverPath" = "${lib.getExe pkgs.nixd}"; + "nix.serverPath" = "${lib.getExe pkgs.nil}"; "update.mode" = "none"; "git.suggestSmartCommit" = false; "workbench.sideBar.location" = "right";