[06/01/24] Adding Neovide font

This commit is contained in:
Andrew Conlin 2024-01-06 15:02:50 +00:00
parent 0c255a8c4d
commit 61442e2035

View File

@ -18,3 +18,7 @@ Plug 'romgrk/barbar.nvim'
call plug#end()
colo tokyonight-night
if exists("g:neovide")
set guifont=Geist\ Mono:h9
endif