Change guifont for linux
This commit is contained in:
parent
38f841496f
commit
0583313f3d
@ -1,12 +1,12 @@
|
||||
" This is special settings for vim-gui.
|
||||
"
|
||||
if has("gui_running")
|
||||
if has("gui_gtk2")
|
||||
set guifont=Inconsolata\ 12
|
||||
elseif has("gui_macvim")
|
||||
if has("gui_macvim")
|
||||
set guifont=Menlo\ Regular:h14
|
||||
elseif has("gui_win32")
|
||||
set guifont=CaskaydiaMono\ NFM:h12
|
||||
else
|
||||
set guifont=Inconsolata\ Nerd\ Font\ 12
|
||||
endif
|
||||
set go-=T
|
||||
set go-=m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user