Updated vim config.

This commit is contained in:
Ryan Cavicchioni
2012-09-07 21:33:24 -05:00
parent bda7afebbf
commit ecb0ffb747
141 changed files with 20249 additions and 57 deletions

13
.gvimrc
View File

@ -1,13 +0,0 @@
if has("win32")
set guifont=Droid_Sans_Mono:h9:cANSI
elseif has("mac")
"set guifont=Menlo\ Bold
"set guifont=Bitstream\ Vera\ Sans\ Mono\ Bold
"set guifont=DejaVu\ Sans\ Mono\ Bold
set guifont=Menlo\ Regular:h12
endif
" general gui settings
set guioptions=egt
colorscheme mustang
syntax on