Files
dotfiles-and-setup/src_files/.config/nvim/lua/plugins_lazy/undotree.lua

8 lines
150 B
Lua

return {
"mbbill/undotree",
config = function()
vim.g.undotree_SplitWidth = 41
vim.g.undotree_DiffpanelHeight = 14
end,
}