Skip to content

Instantly share code, notes, and snippets.

@stantonk
Created March 27, 2012 22:25
Show Gist options
  • Save stantonk/2220979 to your computer and use it in GitHub Desktop.
Save stantonk/2220979 to your computer and use it in GitHub Desktop.
My current .gvimrc.after
"colo dawn
"colo ir_black
"colo maroloccio
colo darkbone
"set guifont=Monaco:h14
set guifont=DejaVu\ Sans\ Mono\ Bold:h14
"set guifont=Inconsolata\ Bold:h16
set hls is ic scs
set gcr=n:blinkon0
"ConqueTerm keybinding
nmap <leader>sh :ConqueTermSplit bash<CR>
" syntastic settings
" general
let g:syntastic_check_on_open = 1
let g:syntastic_quiet_warnings = 0
let g:syntastic_enable_signs = 1
let g:syntastic_enable_highlighting = 0
let g:syntastic_python_checker_args='--ignore=E501,E302,E231,E261,E201,W402,W293'
" buffergator
let g:buffergator_viewport_split_policy="B"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment