dotfiles/.config/nvim/lua/plugins/undotree.lua

6 lines
72 B
Lua

return {
{
"mbbill/undotree",
lazy = true,
},
}