From a3709a89797ea094f82d38edeb4a538c07c8c3fa Mon Sep 17 00:00:00 2001 From: xinyangli Date: Sat, 30 Nov 2024 11:17:20 +0800 Subject: [PATCH] lsp: add rust-analyzer and terraformls --- config/lsp/lsp.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/lsp/lsp.nix b/config/lsp/lsp.nix index e3058cf..2d55959 100644 --- a/config/lsp/lsp.nix +++ b/config/lsp/lsp.nix @@ -16,6 +16,14 @@ nixd = { enable = true; }; + rust_analyzer = { + enable = true; + installRustc = false; + installCargo = false; + }; + terraformls = { + enable = true; + }; }; inlayHints = true; keymaps = {