From ddf0a22bfd8b16a60de90ecf6086531110c8a207 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 25 Nov 2023 12:57:26 +0100 Subject: fix(hm/conf/nvim/lsp/rust-analyzer): Don't install rustc and cargo --- hm/soispha/conf/nvim/plgs/lsp/servers/servers/rust-analyzer.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hm/soispha/conf/nvim/plgs/lsp') 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; }; }; } -- cgit 1.4.1