mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 10:27:34 +00:00
Add Windows font settings
This commit is contained in:
parent
962fb28b4a
commit
47e9916a57
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user