Persist neovim undos
This commit is contained in:
parent
d1cc0f5fc6
commit
7f9239f1f4
1 changed files with 2 additions and 0 deletions
|
@ -19,3 +19,5 @@ vim.o.mouse = "a"
|
||||||
|
|
||||||
-- disable empty line ~
|
-- disable empty line ~
|
||||||
vim.o.fillchars = "eob: "
|
vim.o.fillchars = "eob: "
|
||||||
|
|
||||||
|
vim.o.undofile = true
|
||||||
|
|
Loading…
Reference in a new issue