10 lines
146 B
VimL
10 lines
146 B
VimL
if exists(':GuiFont')
|
|
if platform#is_windows()
|
|
GuiFont Consolas:h9
|
|
else
|
|
GuiFont Source\ Code\ Pro:h9
|
|
endif
|
|
endif
|
|
|
|
colorscheme fresh
|