aboutsummaryrefslogtreecommitdiffstats
path: root/hm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/plgs/lsp/servers/servers/rust-analyzer.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/rust-analyzer.nix b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/rust-analyzer.nix
index 943a8c80..d58c8f1b 100644
--- a/hm/soispha/conf/nvim/plgs/lsp/servers/servers/rust-analyzer.nix
+++ b/hm/soispha/conf/nvim/plgs/lsp/servers/servers/rust-analyzer.nix
@@ -5,6 +5,10 @@
settings = {
typing.autoClosingAngleBrackets.enable = true;
};
+ # NOTE: These should be provided by the devenv, to support nightly and
+ # such things <2023-11-25>
+ installCargo = false;
+ installRustc = false;
};
};
}