fix undo dir
This commit is contained in:
parent
a05b52b79b
commit
6b8e48df5a
@ -8,5 +8,5 @@ vim.o.number = true
|
||||
vim.o.relativenumber = true
|
||||
|
||||
vim.o.undofile = true
|
||||
vim.o.undodir = "~/.vim/undo"
|
||||
vim.o.undodir = vim.fn.expand('~/.vim/undo')
|
||||
vim.o.undolevels = 1024
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user