[vim] Enable ligatures in MacVim

pull/28/head
Alpha Chen 9 years ago
parent 32ea60e75d
commit c79c624f84

@ -271,6 +271,7 @@ if has("gui_running")
set macmeta set macmeta
set background=light set background=light
set guifont=Source\ Code\ Pro\ for\ Powerline:h13 set guifont=Source\ Code\ Pro\ for\ Powerline:h13
set macligatures
" else " else
" fix Command-T's selection in Terminal.app " fix Command-T's selection in Terminal.app
" hi Visual term=reverse cterm=reverse ctermfg=187 ctermbg=235 guifg=Black guibg=Yellow " hi Visual term=reverse cterm=reverse ctermfg=187 ctermbg=235 guifg=Black guibg=Yellow

Loading…
Cancel
Save