kickstart.nvim/lua/custom/plugins/undotree.lua

7 lines
96 B
Lua
Raw Normal View History

return {
'mbbill/undotree',
config = function()
vim.g.undotree_WindowLayout = 4
end
}