Add triggers for gundo and tagbar

Thu, 07 Feb 2019 15:06:56 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 07 Feb 2019 15:06:56 -0600
changeset 730
15f44658968e
parent 729
23ef12c54811
child 731
b2b9817966df

Add triggers for gundo and tagbar

.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc
+++ b/.vimrc
@@ -23,8 +23,8 @@ let s:filename   = expand('<sfile>')
   Plug 'Shougo/unite.vim'
   Plug 'Shougo/vimfiler.vim'
   Plug 'Shougo/unite-session'
-  Plug 'sjl/gundo.vim'
-  Plug 'majutsushi/tagbar'
+  Plug 'sjl/gundo.vim', {'on': 'GundoToggle'}
+  Plug 'majutsushi/tagbar', {'on': 'TagbarToggle'}
   Plug 'rking/ag.vim'
 
   Plug 'godlygeek/tabular'

mercurial