Change guifont for linux
This commit is contained in:
parent
38f841496f
commit
0583313f3d
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user