aboutsummaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/user/pack.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/pack.lua b/lua/user/pack.lua
index d2fad3c..177f8d8 100644
--- a/lua/user/pack.lua
+++ b/lua/user/pack.lua
@@ -170,6 +170,7 @@ return packer.startup(function(use)
use("tpope/vim-unimpaired") --
--use("vimpostor/vim-tpipeline") --
--use("nathom/filetype.nvim") --
+ use("mbbill/undotree")
use({ "myusuf3/numbers.vim", --
vim.cmd("let g:numbers_exclude = ['dashboard']")
})