Rust Format On Save

This commit is contained in:
Ben Clayton 2024-12-14 16:17:44 -07:00
parent 84cca21775
commit 098a4f4ad7

View File

@ -7,4 +7,5 @@
# Save Undo History
undofile = true;
};
extraConfigLua = "vim.g.rustfmt_autosave = 1";
}