7 lines
96 B
Lua
7 lines
96 B
Lua
return {
|
|
'mbbill/undotree',
|
|
config = function()
|
|
vim.g.undotree_WindowLayout = 4
|
|
end
|
|
}
|