don't hardcode rust-analyzer server path

This commit is contained in:
mehbark 2026-04-17 17:17:11 -04:00
parent 828f64dea0
commit a6a5b29fcc
Signed by: mbk
GPG key ID: E333EC1335FFCCDB

View file

@ -128,7 +128,6 @@
"ruby.codeCompletion" = "rcodetools";
"ruby.format" = "prettier";
"ruby.intellisense" = "rubyLocate";
"rust-analyzer.server.path" = "${pkgs.rust-analyzer}/bin/rust-analyzer";
"rust-analyzer.check.command" = "clippy";
"rust-analyzer.check.extraArgs" = [ "--" "-W" "clippy::pedantic" ];
"rust-analyzer.debug.openDebugPane" = true;