From b7cfd56c894beafbaf4f65594ac25cbcf895cb35 Mon Sep 17 00:00:00 2001 From: Matthias Braendli Date: Tue, 10 Dec 2013 09:53:12 +0100 Subject: add Tag-Signature-Balloon --- .gitignore | 1 + dotvimrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 4f7d2cf..75b1198 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ bundle/vim-surround/ bundle/vim-textobj-underscore/ bundle/vimproc/ +bundle/Tag-Signature-Balloons diff --git a/dotvimrc b/dotvimrc index 11da1c2..025d798 100644 --- a/dotvimrc +++ b/dotvimrc @@ -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 -- cgit v1.2.3