dotfiles/nvim/lua/plugins/undotree.lua
Nikos Papadakis a5e16d3386
nvim
2024-12-30 17:46:16 +02:00

5 lines
86 B
Lua

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