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 = {
enable = true;
enable = false;
settings = {
server = {
on_attach =
@@ -518,7 +518,7 @@ in {
sourcekit.enable = true;
openscad_lsp.enable = true;
rust_analyzer = {
enable = false;
enable = true;
installCargo = false;
installRustc = false;
settings = {