Narven
7/15/2014 - 1:02 PM

my vimrc, uses nerdtree and pathogen

my vimrc, uses nerdtree and pathogen

set shiftwidth=4 softtabstop=4
set incsearch ignorecase hlsearch

execute pathogen#infect()
syntax on
filetype plugin indent on

autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif