mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-12-29 20:00:03 +01:00
nvim persist undo after file closing
This commit is contained in:
@@ -16,3 +16,5 @@ vim.o.termguicolors = true
|
|||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
virtual_text = true,
|
virtual_text = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
vim.opt.undofile = true
|
||||||
|
|||||||
Reference in New Issue
Block a user