Created
May 24, 2011 17:01
-
-
Save brantb/989124 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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