neovim: add undotree

This commit is contained in:
2023-08-11 10:16:05 +03:00
parent 5aa775e18a
commit f1d7444a74
3 changed files with 13 additions and 0 deletions

View File

@@ -122,6 +122,8 @@ require("packer").startup(function(use)
end,
})
use({ "mbbill/undotree" })
if PACKER_BOOTSTRAP then
require("packer").sync()
end