diff --git a/.vimrc b/.vimrc index a673a0c16..43d56f995 100644 --- a/.vimrc +++ b/.vimrc @@ -29,6 +29,7 @@ Bundle 'altercation/vim-colors-solarized' Bundle 'ervandew/supertab' Bundle 'Raimondi/delimitMate' Bundle 'nathanaelkane/vim-indent-guides' +Bundle 'majutsushi/tagbar' " The rest of your config follows here @@ -115,3 +116,6 @@ colorscheme solarized " Cursor Wrapping set whichwrap+=<,>,h,l,[,] + +" Ctags +let g:tagbar_ctags_bin="/opt/local/bin/ctags"