comparison vim/vimrc @ 419:c4077384f55f

Use `InputMono` or `Hack` if they're installed.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 21 Jan 2018 12:51:19 -0800
parents 72365ec18f54
children e6b3048980c4
comparison
equal deleted inserted replaced
418:5c758d16bad6 419:c4077384f55f
195 set colorcolumn=72,79 195 set colorcolumn=72,79
196 196
197 " And now, for some system-dependent settings: 197 " And now, for some system-dependent settings:
198 " - font to use 198 " - font to use
199 if s:vim_platform == "windows" 199 if s:vim_platform == "windows"
200 set guifont=Consolas:h12 200 set guifont=InputMono:h11,Hack:h12,Consolas:h12
201 else 201 else
202 set guifont=Hack:h12,Monaco:h12 202 set guifont=InputMono:h11,Hack:h12,Monaco:h12
203 endif 203 endif
204 204
205 " Syntax highlighting. 205 " Syntax highlighting.
206 syntax on 206 syntax on
207 207
344 344
345 " }}} 345 " }}}
346 346
347 " Python-Mode {{{ 347 " Python-Mode {{{
348 348
349 let g:pymode = 1 349 let g:pymode = 0
350 let g:pymode_python = 'python3' 350 let g:pymode_python = 'python3'
351 351
352 let g:pymode_syntax = 0 352 let g:pymode_syntax = 0
353 let g:pymode_syntax_all = 0 353 let g:pymode_syntax_all = 0
354 let g:pymode_syntax_builtin_objs = 1 354 let g:pymode_syntax_builtin_objs = 1