consolidate gvimrc into vimrc

This commit is contained in:
Nick Nisi
2013-09-13 11:59:39 -05:00
parent d1c13f500a
commit ab3d564bed
2 changed files with 7 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
" 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

View File

@@ -297,4 +297,11 @@ let g:ctrlp_working_path_mode = 2
let g:airline_powerline_fonts=1
let g:airline_theme='dark'
if (has("gui_running"))
set guioptions=egmrt
let g:airline_left_sep=''
let g:airline_right_sep=''
let g:airline_powerline_fonts=0
endif
let vimrc_already_sourced = 1