neovim: add undotree

This commit is contained in:
2023-08-11 10:16:05 +03:00
parent 5aa775e18a
commit f1d7444a74
3 changed files with 13 additions and 0 deletions

View File

@@ -44,3 +44,6 @@ opt.showmode = false
opt.redrawtime = 4000
opt.list = true
opt.listchars = { multispace = "·", tab = ">~" }
opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
opt.undofile = true