nvim persist undo after file closing

This commit is contained in:
don philipe
2025-11-10 21:52:36 +01:00
parent d3494b9830
commit d6707b3dff

View File

@@ -16,3 +16,5 @@ vim.o.termguicolors = true
vim.diagnostic.config({ vim.diagnostic.config({
virtual_text = true, virtual_text = true,
}) })
vim.opt.undofile = true