Skip to content

Instantly share code, notes, and snippets.

@osdrv
Created May 2, 2012 20:19
Show Gist options
  • Save osdrv/2580085 to your computer and use it in GitHub Desktop.
Save osdrv/2580085 to your computer and use it in GitHub Desktop.
my vim config
set guifont=Monaco:h14
"set bg=dark
set ts=2
set sw=2
set sts=2
set expandtab
set nu nu
set syntax=on
highlight clear
syntax reset
"colorscheme macvim
set noeb noeb
set novb novb
set cindent
set smartindent
set autoindent
set tabstop=2
set shiftwidth=2
set cinkeys=0{,0},0),:,0#,!^F,o,O,e
call pathogen#runtime_append_all_bundles()
call pathogen#helptags()
filetype plugin indent on
autocmd VimEnter * NERDTree
autocmd VimEnter * wincmd p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment