nvim-config/lua/plugins/undotree.lua
2024-05-25 00:05:51 +02:00

6 lines
57 B
Lua

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