vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 463ac65782bd9bbe48c98d43ecf9833bd2b63076
parent c1d5096343672a07da0b73d9a5231ad541b7ec24
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 11 Mar 2017 12:29:45 -0800

Add SF Mono font on Mac

Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -136,7 +136,7 @@ if &t_Co > 2 || has("gui_running") endif if has("gui_macvim") - set guifont=Menlo:h11 + set guifont=SF\ Mono:h11,Menlo:h11 elseif has("unix") set guifont=Fixed\ 10,Ricty\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 endif