Paws/Configs/nvim/lua/plugins/undotree.lua

9 lines
243 B
Lua
Raw Normal View History

2025-01-15 23:00:11 +01:00
return {
"jiaoshijie/undotree",
dependencies = "nvim-lua/plenary.nvim",
config = true,
keys = { -- load the plugin only when using it's keybinding:
{ "<leader>u", "<cmd>lua require('undotree').toggle()<cr>" },
},
}