nvim-config/lua/custom/plugins/undotree.lua
2024-05-17 10:18:40 +02:00

6 lines
57 B
Lua

return {
{
'mbbill/undotree',
opt = {},
},
}