summaryrefslogtreecommitdiff
path: root/undotree.lua
blob: 3ba31fced1a63a9433cc219a795e52cc5560af7b (plain)
1
2
3
4
5
6
7
return {
	-- undotree: visualize undo history
	{
		"mbbill/undotree",
		cmd = "UndotreeToggle", -- lazy-load only when opening
	},
}