Change guifont for linux

This commit is contained in:
wn 2024-05-05 22:49:33 +08:00
parent 38f841496f
commit 0583313f3d
No known key found for this signature in database
GPG Key ID: D5CFBCA7B9AD736B

View File

@ -1,12 +1,12 @@
" This is special settings for vim-gui. " This is special settings for vim-gui.
" "
if has("gui_running") if has("gui_running")
if has("gui_gtk2") if has("gui_macvim")
set guifont=Inconsolata\ 12
elseif has("gui_macvim")
set guifont=Menlo\ Regular:h14 set guifont=Menlo\ Regular:h14
elseif has("gui_win32") elseif has("gui_win32")
set guifont=CaskaydiaMono\ NFM:h12 set guifont=CaskaydiaMono\ NFM:h12
else
set guifont=Inconsolata\ Nerd\ Font\ 12
endif endif
set go-=T set go-=T
set go-=m set go-=m