4 lines
86 B
VimL
4 lines
86 B
VimL
if has('gui_running')
|
|
set guifont="Source Code Pro:h16"
|
|
colorscheme gruvbox
|
|
endif
|