8 lines
150 B
Lua
8 lines
150 B
Lua
return {
|
|
"mbbill/undotree",
|
|
config = function()
|
|
vim.g.undotree_SplitWidth = 41
|
|
vim.g.undotree_DiffpanelHeight = 14
|
|
end,
|
|
}
|