Persist neovim undos

This commit is contained in:
GHOSCHT 2024-02-06 14:34:30 +01:00
parent d1cc0f5fc6
commit 7f9239f1f4
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -19,3 +19,5 @@ vim.o.mouse = "a"
-- disable empty line ~
vim.o.fillchars = "eob: "
vim.o.undofile = true