Added .gvimrc
This commit is contained in:
parent
15a5ca3a0a
commit
bda7afebbf
13
.gvimrc
Normal file
13
.gvimrc
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user