From 5157a57f32bc736e151903438a284bad4a16b31a Mon Sep 17 00:00:00 2001 From: Chris Kruining Date: Mon, 27 Oct 2025 21:11:08 +0100 Subject: [PATCH] feat(zed): add just language server plugin --- modules/home/editor/zed/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/editor/zed/default.nix b/modules/home/editor/zed/default.nix index b35acba..f0fe7fa 100644 --- a/modules/home/editor/zed/default.nix +++ b/modules/home/editor/zed/default.nix @@ -15,7 +15,7 @@ in { programs.zed-editor = { enable = true; - extensions = [ "nix" "toml" "html" ]; + extensions = [ "nix" "toml" "html" "just-ls" ]; userSettings = { assistant.enabled = false;