Files
dotfiles/vim/gvimrc.symlink
2012-04-30 18:34:37 -05:00

10 lines
173 B
Plaintext

" set font and colorscheme
colorscheme ir_black
set guifont=*
set guifont=Inconsolata:h14
" hide the toolbar in MacVim
if has("gui_running")
set guioptions=egmrt
endif