add undotree

This commit is contained in:
Luke Johnson 2023-02-27 16:59:17 -07:00
parent 8286a94451
commit db76a57bcd
2 changed files with 102 additions and 1 deletions

View file

@ -3,6 +3,11 @@
--
-- See the kickstart.nvim README for more information
return {
{
'mbbill/undotree',
keys = {
{ "<leader>U", "<Cmd>UndotreeToggle<CR>", desc = "Undotree Toggle" },
},
}
}