diff vim/vimrc @ 356:2060d92ccc2f

Use `hack` font if it's there.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 19 Dec 2016 20:05:33 -0800
parents 9580765366a4
children d8ae3de7de06
line wrap: on
line diff
--- a/vim/vimrc	Mon Dec 19 20:04:55 2016 -0800
+++ b/vim/vimrc	Mon Dec 19 20:05:33 2016 -0800
@@ -193,7 +193,7 @@
 if s:vim_platform == "windows"
     set guifont=Consolas:h12
 else
-    set guifont=Monaco:h12
+    set guifont=Hack:h12,Monaco:h12
 endif
 
 " Syntax highlighting.