diff --git a/modules/nix/nvim/lsp.nix b/modules/nix/nvim/lsp.nix index 0009d82..8a29e85 100644 --- a/modules/nix/nvim/lsp.nix +++ b/modules/nix/nvim/lsp.nix @@ -54,12 +54,12 @@ enable = true; autostart = true; }; - rust_analyzer = { - enable = true; - autostart = true; - installCargo = true; - installRustc = true; - }; + #rust_analyzer = { + # enable = true; + # autostart = true; + # installCargo = true; + # installRustc = true; + #}; }; }; };