feat: Replace rustaceanvim with rust_analyzer

This commit is contained in:
uttarayan21
2025-08-08 16:00:37 +05:30
parent 7c2cbfd2b0
commit d97ffa6081

View File

@@ -402,7 +402,7 @@ in {
}; };
}; };
rustaceanvim = { rustaceanvim = {
enable = true; enable = false;
settings = { settings = {
server = { server = {
on_attach = on_attach =
@@ -518,7 +518,7 @@ in {
sourcekit.enable = true; sourcekit.enable = true;
openscad_lsp.enable = true; openscad_lsp.enable = true;
rust_analyzer = { rust_analyzer = {
enable = false; enable = true;
installCargo = false; installCargo = false;
installRustc = false; installRustc = false;
settings = { settings = {