Activation undodir
parent
db93cd1cc4
commit
2adda5eb71
|
|
@ -1 +1,4 @@
|
|||
vim.opt.mouse = ""
|
||||
|
||||
vim.opt.undofile = true
|
||||
vim.opt.undodir = vim.fn.stdpath("data") .. "/undodir"
|
||||
|
|
|
|||
Loading…
Reference in New Issue