feat(nixvim): add rust_analyzer

This commit is contained in:
2026-01-04 16:22:42 +01:00
parent ff28ebd10a
commit 46b1922d06
@@ -46,6 +46,11 @@
pyright.enable = true; pyright.enable = true;
ts_ls.enable = true; ts_ls.enable = true;
vue_ls.enable = true; vue_ls.enable = true;
rust_analyzer = {
enable = true;
installCargo = false;
installRustc = false;
};
qmlls = { qmlls = {
enable = true; enable = true;
cmd = [ cmd = [