Skip to content

Commit

Permalink
Update vimrc.bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelock committed Aug 4, 2015
1 parent 0ddc58e commit 3e61c14
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 @@ -159,6 +159,7 @@ let g:multi_cursor_quit_key='<Esc>'
" Open file under cursor when pressing gf (if the text under the cursor is a path)
Bundle 'amix/open_file_under_cursor.vim'
Bundle 'scrooloose/nerdtree'
Bundle 'Xuyuanp/git-nerdtree'
" 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 3e61c14

Please sign in to comment.