dotfiles/nvim/lua/plugins/undotree.lua

6 lines
86 B
Lua
Raw Normal View History

2024-12-30 15:46:16 +00:00
return {
"mbbill/undotree",
event = "VeryLazy",
cmd = "UndotreeToggle",
}