diff --git a/init.vim b/init.vim index 69ebb0a..3ec4f18 100644 --- a/init.vim +++ b/init.vim @@ -18,3 +18,7 @@ Plug 'romgrk/barbar.nvim' call plug#end() colo tokyonight-night + +if exists("g:neovide") + set guifont=Geist\ Mono:h9 +endif