dotfiles/.config/nvim/lua/plugins/undotree.lua
2023-07-29 18:37:31 +02:00

6 lines
61 B
Lua

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