feat(zed): add just language server plugin
Some checks failed
Test action / kaas (push) Failing after 1s

This commit is contained in:
Chris Kruining 2025-10-27 21:11:08 +01:00
parent 84cc5ff5c4
commit 5157a57f32
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg

View file

@ -15,7 +15,7 @@ in {
programs.zed-editor = { programs.zed-editor = {
enable = true; enable = true;
extensions = [ "nix" "toml" "html" ]; extensions = [ "nix" "toml" "html" "just-ls" ];
userSettings = { userSettings = {
assistant.enabled = false; assistant.enabled = false;