aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim-lazy/lua/plugins/undotree.lua
blob: 88a2038c212907c135c9fafb1d5aee2cbfeab3a2 (plain)
1
2
3
4
5
6
7
8
return {
	"jiaoshijie/undotree",
	dependencies = "nvim-lua/plenary.nvim",
	config = true,
	keys = {
		{ "<leader>u", "<cmd>lua require('undotree').toggle()<cr>" },
	},
}