mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:37:34 +00:00
Remove DejaVu font
This commit is contained in:
parent
d2e67b404f
commit
f011bbe426
@ -20,12 +20,6 @@ set hlsearch
|
|||||||
if IsGuiApp()
|
if IsGuiApp()
|
||||||
if IsWindows()
|
if IsWindows()
|
||||||
set guifont=Consolas:h10:b
|
set guifont=Consolas:h10:b
|
||||||
elseif IsMac()
|
|
||||||
try
|
|
||||||
set guifont=DejaVu\ Sans\ Mono\ for\ Powerline:h12
|
|
||||||
catch
|
|
||||||
" Failed to set font, ok with default
|
|
||||||
endtry
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
" }}
|
" }}
|
||||||
|
Loading…
Reference in New Issue
Block a user