mirror of
https://github.com/amix/vimrc
synced 2025-06-23 15:04:59 +08:00
Reverted powerline version. Increased font size
This commit is contained in:
@ -18,13 +18,11 @@ endif
|
||||
|
||||
" Set font according to system
|
||||
if has("mac") || has("macunix")
|
||||
set gfn=Menlo:h14
|
||||
set shell=/bin/bash
|
||||
set gfn=Menlo:h15
|
||||
elseif has("win16") || has("win32")
|
||||
set gfn=Bitstream\ Vera\ Sans\ Mono:h10
|
||||
set gfn=Bitstream\ Vera\ Sans\ Mono:h11
|
||||
elseif has("linux")
|
||||
set gfn=Monospace\ 10
|
||||
set shell=/bin/bash
|
||||
set gfn=Monospace\ 11
|
||||
endif
|
||||
|
||||
" Open MacVim in fullscreen mode
|
||||
|
Reference in New Issue
Block a user