From 46b1922d064f0ee698d90d5550bc89623a73a471 Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Sun, 4 Jan 2026 16:22:42 +0100 Subject: [PATCH] feat(nixvim): add rust_analyzer --- modules/home-manager/nixvim/plugins/lsp.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home-manager/nixvim/plugins/lsp.nix b/modules/home-manager/nixvim/plugins/lsp.nix index 268d6c2..90c7223 100644 --- a/modules/home-manager/nixvim/plugins/lsp.nix +++ b/modules/home-manager/nixvim/plugins/lsp.nix @@ -46,6 +46,11 @@ pyright.enable = true; ts_ls.enable = true; vue_ls.enable = true; + rust_analyzer = { + enable = true; + installCargo = false; + installRustc = false; + }; qmlls = { enable = true; cmd = [