Skip to content

Commit

Permalink
Remove tagbar
Browse files Browse the repository at this point in the history
It was causing mouse scrolling issues
(preservim/tagbar#243)
  • Loading branch information
aharris88 committed Jan 7, 2015
1 parent ec5bf88 commit 0c2b5a3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion vim/bundle/tagbar
Submodule tagbar deleted from bfc121
1 change: 0 additions & 1 deletion vim/bundle/vundle
Submodule vundle deleted from 0b28e3
4 changes: 2 additions & 2 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ filetype off

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/vundle'
Plugin 'gmarik/Vundle.vim'
" File tree
Plugin 'scrooloose/nerdtree'
" Make NERDTree smarter
Expand Down Expand Up @@ -40,7 +40,7 @@ Plugin 'tpope/vim-sleuth'
" Interact with tmux from vim
Plugin 'benmills/vimux'
" Diplays tags in a pane
Plugin 'majutsushi/tagbar'
" Plugin 'majutsushi/tagbar'
" Show a git diff n the gutter
Plugin 'airblade/vim-gitgutter'
" Editor config follows coding styles set in .editorconfig
Expand Down

0 comments on commit 0c2b5a3

Please sign in to comment.