Skip to content

Instantly share code, notes, and snippets.

@prayagupa
Created March 6, 2013 13:15
Show Gist options
  • Save prayagupa/5099230 to your computer and use it in GitHub Desktop.
Save prayagupa/5099230 to your computer and use it in GitHub Desktop.
syntax enable
set background=dark
let g:solarized_termcolors= 16
let g:solarized_termtrans =16
let g:solarized_contrast = "high"
let g:solarized_visibility= "high"
colorscheme solarized
execute pathogen#infect()
map <C-o> :NERDTreeToggle<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment