Skip to content

Commit

Permalink
add airblade/vim-gitgutter
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Aug 4, 2015
2 parents 9cbbe7f + 3e61c14 commit 4e413eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc.bundles
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ let g:multi_cursor_quit_key='<Esc>'
Bundle 'amix/open_file_under_cursor.vim'
Bundle 'scrooloose/nerdtree'
Bundle 'Xuyuanp/git-nerdtree'
Bundle 'airblade/vim-gitgutter'
" open NERDTree automatically when vim starts up if no files were specified
autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
Expand Down

0 comments on commit 4e413eb

Please sign in to comment.