This commit is contained in:
meml0rz
2024-11-12 23:57:23 +01:00
parent 61936d664c
commit 7f005d2bf3
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
plugins = { plugins = {
toggleterm.enable = true; toggleterm.enable = true;
autoclose.enable = true; autoclose.enable = true;
web-devicons.enable = true;
}; };
}; };
} }

View File

@ -56,6 +56,8 @@
rust_analyzer = { rust_analyzer = {
enable = true; enable = true;
autostart = true; autostart = true;
installCargo = true;
installRustc = true;
}; };
}; };
}; };