dotfiles

custom linux config files managed with gnu stow

dotfiles

neovim/.config/nvim/lua/plugins/undotree.lua


return {
	'mbbill/undotree',
	lazy = true,
	keys = {{ "<leader>u", vim.cmd.UndotreeToggle, desc = "undotree" }},
	cmd = {
		'UndotreeToggle',
	},
}

Download

raw zip tar