vim: add macvim config

master
Alison Watson 2019-06-29 15:48:20 -04:00
parent 5a170cfb25
commit 85785aafe3
1 changed files with 5 additions and 2 deletions

View File

@ -136,11 +136,14 @@ endif
" OS-specific settings
if has('gui_running')
if has('win32')
if has('gui_win32')
set guifont=PxPlus_IBM_EGA8:h12:cDEFAULT:qDRAFT
else
elseif has('gui_gtk')
set guifont=PxPlus\ IBM\ EGA8\ 12
set linespace=-2
elseif has('gui_macvim')
set guifont=IBMPlexMono-Text:h14
set linespace=-3
endif
endif