dotfiles/nvim/lua/plugins/undotree.lua
2025-02-18 23:28:13 +02:00

5 lines
86 B
Lua

return {
"mbbill/undotree",
event = "VeryLazy",
cmd = "UndotreeToggle",
}