diff options
author | Guangxiong Lin <[email protected]> | 2022-04-13 13:42:57 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-04-13 13:42:57 +0800 |
commit | c4739d58a2fa7788dd2855e5a600280b6b959733 (patch) | |
tree | f6fd6b45b3fb0c3bf477299836bf5a9c2f5f34b7 | |
parent | b4b23f5980382f73ea8d866b18f0b48f75a32f2a (diff) | |
download | dotfiles-c4739d58a2fa7788dd2855e5a600280b6b959733.tar.gz dotfiles-c4739d58a2fa7788dd2855e5a600280b6b959733.tar.bz2 dotfiles-c4739d58a2fa7788dd2855e5a600280b6b959733.zip |
Add gui config for macvim
-rw-r--r-- | .vimrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -20,11 +20,16 @@ set secure set exrc set noerrorbells +" GUI + set guioptions-=m set guioptions-=T set guioptions-=r set guioptions+=c set guifont=DejaVu\ Sans\ Mono\ 12 +if has('macunix') + set guifont=Monaco:h16 +endif set nofoldenable |