mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:36:25 +00:00
Remove DejaVu font
This commit is contained in:
parent
4e5627a9c2
commit
5199eb8e91
@ -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