This commit is contained in:
meml0rz
2024-11-13 00:19:31 +01:00
parent 80ca4da6a2
commit 7fb78d8e90

View File

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