12 lines
152 B
VimL
12 lines
152 B
VimL
vim9script
|
|
|
|
if has('gui_running')
|
|
set lines=35
|
|
set columns=130
|
|
|
|
if has('mac')
|
|
set guifont=FiraCode\ Nerd\ Font:h12
|
|
endif
|
|
endif
|
|
|