From 668d3cd05d9f2f6c486b1a29d942024824dbb796 Mon Sep 17 00:00:00 2001 From: meml0rz Date: Wed, 13 Nov 2024 00:01:48 +0100 Subject: [PATCH] kekl --- modules/nix/nvim/lsp.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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; + #}; }; }; };