diff options
-rw-r--r-- | dotvimrc | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -128,15 +128,13 @@ endfunction colorscheme bramwombat if has("nvim") - if (has("termguicolors")) - set termguicolors - endif + set termguicolors set cursorline set noincsearch elseif has("gui_running") if has("gui_gtk2") - set guifont=Source\ Code\ Pro\ Medium\ 10 + set guifont="Source Code Pro Medium 12" elseif has("gui_win32") set guifont=Lucida_Console:h10:cANSI endif |