diff --git a/modules/nix/nvim/lsp.nix b/modules/nix/nvim/lsp.nix index 8a29e85..f0550a1 100644 --- a/modules/nix/nvim/lsp.nix +++ b/modules/nix/nvim/lsp.nix @@ -2,7 +2,7 @@ { programs.nixvim.plugins = { rustaceanvim = { - enable = true; + enable = false; settings = { server = { cmd = [ @@ -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; + }; }; }; };