diff --git a/gvimrc b/gvimrc new file mode 100644 index 0000000..62006f8 --- /dev/null +++ b/gvimrc @@ -0,0 +1,9 @@ +" 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