Add Windows font settings

This commit is contained in:
Ian 2013-03-17 22:19:44 -04:00
parent 962fb28b4a
commit 47e9916a57

View File

@ -112,6 +112,10 @@ set cursorline
"Toggle highlighting with \hr (highlight row)
nnoremap <leader>hr :set cursorline!<CR>
if has("gui_win32")
set guifont=Consolas:h10:b
endif
"enable line numbers
set nu