Add tip for using Roboto Mono in Cygwin.
David Blume

David Blume commited on 2018-05-12 22:54:34
Showing 1 changed files, with 3 additions and 1 deletions.

... ...
@@ -286,8 +286,10 @@ if has("cscope")
286 286
     set cscopeverbose
287 287
 endif
288 288
 
289
-" I use 12p Roboto Mono from https://github.com/powerline/fonts
289
+" I use Roboto Mono from https://github.com/powerline/fonts
290 290
 " On iTerm2, Preferences -> Profiles -> Text -> Font
291
+" Cygwin64 won't let you choose it. Launch Cygwin64 as follows:
292
+" C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -o Font="Roboto Mono for Powerline" -
291 293
 
292 294
 " When using vim-powerline
293 295
 let g:Powerline_symbols = 'fancy'
294 296