diff options
-rw-r--r-- | nixos/profiles/workstation/dev.nix | 4 | ||||
-rw-r--r-- | user/zed/settings.json | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index ea39b83..92992cb 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -30,6 +30,10 @@ vscodium # I'm installing extensions via my install-imperative script. platformio + + # language servers + # rust-analyzer is installed via rustup + nixd ]; virtualisation.podman = { diff --git a/user/zed/settings.json b/user/zed/settings.json index 8614205..6e6d8b2 100644 --- a/user/zed/settings.json +++ b/user/zed/settings.json @@ -25,6 +25,12 @@ } ] }, + "languages": { + "Nix": { + "language_servers": ["nixd"], + "format_on_save": "off" + } + }, "lsp": { "rust-analyzer": { "binary": { |