# HG changeset patch # User Meredith Howard # Date 1549573616 21600 # Node ID 15f44658968e746f403f16dbec2a5613bcc5e492 # Parent 23ef12c5481116be719daec6468658811a697c3b Add triggers for gundo and tagbar diff --git a/.vimrc b/.vimrc --- a/.vimrc +++ b/.vimrc @@ -23,8 +23,8 @@ let s:filename = expand('') 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'