diff options
author | Matthias Braendli <matthias.braendli@u-blox.com> | 2013-12-10 09:53:12 +0100 |
---|---|---|
committer | Matthias Braendli <matthias.braendli@u-blox.com> | 2013-12-10 09:53:12 +0100 |
commit | b7cfd56c894beafbaf4f65594ac25cbcf895cb35 (patch) | |
tree | 043f483121e23cde1bb6f2ed40412046720b1282 | |
parent | 984f637ab2f8487b37215cce03095b735e7923ac (diff) | |
download | vimrc-b7cfd56c894beafbaf4f65594ac25cbcf895cb35.tar.gz vimrc-b7cfd56c894beafbaf4f65594ac25cbcf895cb35.tar.bz2 vimrc-b7cfd56c894beafbaf4f65594ac25cbcf895cb35.zip |
add Tag-Signature-Balloon
-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 |