dot/.config/nvim/lua/plugins/undo.lua

7 lines
60 B
Lua
Raw Permalink Normal View History

2023-08-29 22:06:35 +02:00
return {
{
'mbbill/undotree',
lazy = false,
}
}