Activation undodir

main
Gil Portenseigne 2026-09-17 09:20:59 +02:00
parent db93cd1cc4
commit 2adda5eb71
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,4 @@
vim.opt.mouse = "" vim.opt.mouse = ""
vim.opt.undofile = true
vim.opt.undodir = vim.fn.stdpath("data") .. "/undodir"

View File