kickstart.nvim/lua/custom/plugins/undotree.lua

8 lines
91 B
Lua
Raw Normal View History

2025-01-29 13:29:10 -06:00
if true then
return {}
else
return {
'https://github.com/mbbill/undotree',
}
end