gui configuration

This commit is contained in:
2025-12-18 21:28:48 +08:00
parent f8309b1adc
commit 8cf62da159
2 changed files with 14 additions and 0 deletions

11
layers/base/gui.vim Normal file
View File

@ -0,0 +1,11 @@
vim9script
if has('gui_running')
set lines=35
set columns=130
if has('mac')
set guifont=FiraCode\ Nerd\ Font:h12
endif
endif