Mercurial > dotfiles
comparison vim/vimrc @ 439:f1f95a19fffe
Adjust the font size.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 29 Apr 2018 22:11:27 -0700 |
parents | b7682004288d |
children | 4b816faa06e2 |
comparison
equal
deleted
inserted
replaced
438:3d999fcf62c6 | 439:f1f95a19fffe |
---|---|
184 set colorcolumn=72,79 | 184 set colorcolumn=72,79 |
185 | 185 |
186 " And now, for some system-dependent settings: | 186 " And now, for some system-dependent settings: |
187 " - font to use | 187 " - font to use |
188 if ludo#platform() == "windows" | 188 if ludo#platform() == "windows" |
189 set guifont=InputMono:h11,Hack:h12,Consolas:h12 | 189 set guifont=InputMono:h10,Hack:h12,Consolas:h12 |
190 else | 190 else |
191 set guifont=InputMono:h11,Hack:h12,Monaco:h12 | 191 set guifont=InputMono:h10,Hack:h12,Monaco:h12 |
192 endif | 192 endif |
193 | 193 |
194 " Syntax highlighting. | 194 " Syntax highlighting. |
195 syntax on | 195 syntax on |
196 | 196 |