Skip to content

Instantly share code, notes, and snippets.

@imesh
Created May 31, 2017 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imesh/b1a9093ce9e5c97ae077abd6f528b6b3 to your computer and use it in GitHub Desktop.
Save imesh/b1a9093ce9e5c97ae077abd6f528b6b3 to your computer and use it in GitHub Desktop.
VIM configuration file for enabling NERDTree
:syntax on
execute pathogen#infect()
filetype plugin indent on
set number
set tabstop=4
set colorcolumn=110
let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 1
autocmd StdinReadPre * let s:std_in=1
autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif
:let g:NERDTreeWinSize=42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment