Allow local gvimrc.
Not all fonts are equal across OSes.
This commit is contained in:
parent
9c61032243
commit
6e01086966
1 changed files with 5 additions and 1 deletions
6
gvimrc
6
gvimrc
|
@ -1,4 +1,8 @@
|
|||
set guifont=Monaco:h14
|
||||
" to allow specific fonts for specific OSes
|
||||
source ~/.gvimrc_local
|
||||
|
||||
" Linux: set gfn=DejaVu\ Sans\ Mono\ 10
|
||||
" Mac: set guifont=Monaco:h14
|
||||
" from the help, recommended for tallest possible
|
||||
set lines=9999
|
||||
" from the help, recommended for widest possible
|
||||
|
|
Loading…
Reference in a new issue