Skip to content

Instantly share code, notes, and snippets.

@brantb
Created May 24, 2011 17:01
Show Gist options
  • Save brantb/989124 to your computer and use it in GitHub Desktop.
Save brantb/989124 to your computer and use it in GitHub Desktop.
call pathogen#runtime_append_all_bundles()
call pathogen#helptags()
if has("mouse")
set mouse=a
set mousehide
endif
if has("gui_win32")
source $VIMRUNTIME/mswin.vim
set guifont=Consolas:h10:cANSI
else
set guifont=Inconsolata:h14
endif
if has("gui_running") " gvim/win32 fails to do this automatically
set background=light
else
set background=dark
endif
syntax enable
colorscheme solarized
"set t_Co=256
call togglebg#map("<F5>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment