dot/.config/nvim/lua/plugins/undo.lua
2023-08-29 22:06:35 +02:00

6 lines
60 B
Lua

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