fix undo dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user