yadm-dotfiles/.config/nvim/lua/plugins/undotree.lua

7 lines
124 B
Lua
Raw Normal View History

2023-12-17 19:28:57 +01:00
return {
"mbbill/undotree",
keys = {
{ "<C-u>", "<cmd>UndotreeToggle<cr><cmd>UndotreeFocus<cr>" },
2023-12-17 19:28:57 +01:00
},
}