This commit is contained in:
meml0rz
2024-11-13 00:03:59 +01:00
parent f923fce863
commit 2a79f37856

View File

@ -2,7 +2,7 @@
{
programs.nixvim.plugins = {
rustaceanvim = {
enable = true;
enable = false;
settings = {
server = {
cmd = [
@ -54,12 +54,12 @@
enable = true;
autostart = true;
};
#rust_analyzer = {
# enable = true;
# autostart = true;
# installCargo = true;
# installRustc = true;
#};
rust_analyzer = {
enable = true;
autostart = true;
installCargo = true;
installRustc = true;
};
};
};
};