feat(nvim): add undotree

This commit is contained in:
Price Hiller 2022-06-22 10:33:22 -05:00
parent d9e7e05a90
commit fe15cf56a7

View File

@ -712,6 +712,12 @@ return packer.startup({
end,
})
-- Undotree, similar to git branch history
use({
'mbbill/undotree',
cmd = 'UndotreeToggle',
})
-- Leave at end!!!
-- Install and deploy packer plugins
-- automatically