gui configuration
This commit is contained in:
11
layers/base/gui.vim
Normal file
11
layers/base/gui.vim
Normal 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
|
||||||
|
|
||||||
@ -6,3 +6,6 @@ TuiLayer base.options
|
|||||||
# <20><>չ<EFBFBD><EFBFBD><EFBFBD>ã<EFBFBD><EFBFBD>¼<EFBFBD>
|
# <20><>չ<EFBFBD><EFBFBD><EFBFBD>ã<EFBFBD><EFBFBD>¼<EFBFBD>
|
||||||
TuiLayer base.events
|
TuiLayer base.events
|
||||||
|
|
||||||
|
# Gui
|
||||||
|
TuiLayer base.gui
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user