nvim-config/lua/phoenix/plugins/vim-undodir-tree.lua
2025-08-11 15:51:30 +03:00

7 lines
190 B
Lua

-- this needs to be here because doing it in init.lua is late for this plugin to work
vim.o.undofile = true
vim.o.undodir = '/tmp/.phoenix/undo'
return {
'pixelastic/vim-undodir-tree',
}