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