10 lines
170 B
Plaintext
10 lines
170 B
Plaintext
" set font and colorscheme
|
|
colorscheme smyck
|
|
set guifont=*
|
|
set guifont=Inconsolata:h14
|
|
|
|
" hide the toolbar in MacVim
|
|
if has("gui_running")
|
|
set guioptions=egmrt
|
|
endif
|