mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
7 lines
109 B
Lua
7 lines
109 B
Lua
return {
|
|
"mbbill/undotree",
|
|
config = function()
|
|
require("absolute.after.undotree")
|
|
end
|
|
}
|