[vim] fix disabling autocommenting and use Source Code Pro in macvim

pull/28/head
Alpha Chen 6 years ago
parent 699f4bb411
commit fb5cd87349

@ -121,8 +121,8 @@ augroup netrw_buf_hidden_fix
\| endif \| endif
augroup end augroup end
augroup AutoComment augroup DisableAutoComment
autocmd FileType * setlocal formatoptions-=o autocmd BufEnter * setlocal formatoptions-=o
augroup END augroup END
" }}} " }}}
@ -136,7 +136,7 @@ if has("gui_running")
set macligatures set macligatures
end end
set guicursor+=a:blinkon0 " disable blinking set guicursor+=a:blinkon0 " disable blinking
set guifont=Source\ Code\ Pro\ for\ Powerline:h13 set guifont=Source\ Code\ Pro:h13
set guioptions-=T set guioptions-=T
if has("mac") && !has("nvim") if has("mac") && !has("nvim")
set macmeta set macmeta

Loading…
Cancel
Save