diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | dotvimrc | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -12,3 +12,4 @@ bundle/vim-surround/ bundle/vim-textobj-underscore/ bundle/vimproc/ +bundle/Tag-Signature-Balloons @@ -45,6 +45,7 @@ NeoBundle 'tpope/vim-surround.git' NeoBundle 'taglist.vim' NeoBundle 'ifdef-highlighting' NeoBundle 'tpope/vim-speeddating' " can do C-A and C-X on dates! +NeoBundle 'Tag-Signature-Balloons' filetype plugin on filetype indent on |