Remove Undofile

This commit is contained in:
Ben Clayton 2025-01-02 07:12:24 -07:00
parent e8c6799ece
commit 9d39091ba6

View File

@ -3,9 +3,6 @@
# Line numbers
number = true;
relativenumber = true;
# Save Undo History
undofile = true;
};
extraConfigLua = "vim.g.rustfmt_autosave = 1";
}