1
0
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:
amix
2013-04-13 15:15:26 -03:00
parent f7aaff4afc
commit 0087ef8f9b
36 changed files with 3459 additions and 5 deletions

View File

@ -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