From 61442e2035481b8b67657784203fd663b40ac478 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Sat, 6 Jan 2024 15:02:50 +0000 Subject: [PATCH] [06/01/24] Adding Neovide font --- init.vim | 4 ++++ 1 file changed, 4 insertions(+) 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