From 1af79bc075695044dedb01321753d08b4b1f4de9 Mon Sep 17 00:00:00 2001 From: thomasba Date: Mon, 5 Oct 2015 23:22:45 +0200 Subject: [PATCH] Load undotree on-demand --- vim/plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/plug.vim b/vim/plug.vim index aee99cf..77dbd37 100644 --- a/vim/plug.vim +++ b/vim/plug.vim @@ -66,6 +66,6 @@ Plug 'junegunn/vim-github-dashboard', { 'on': ['GHDashboard', 'GHActivity'] } "Plugin 'lervag/vimtex' "Plugin 'reedes/vim-pencil' "Plugin 'terryma/vim-multiple-cursors' -Plug 'mbbill/undotree' +Plug 'mbbill/undotree', { 'on': ['UndotreeToggle', 'UndotreeShow'] } call plug#end()