From 2e089a3744df46e41e538689d37c9b2e53f2eae4 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Sun, 13 Jul 2025 17:58:43 -0500 Subject: Add which-key --- nvim/ginit.vim | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nvim/ginit.vim') diff --git a/nvim/ginit.vim b/nvim/ginit.vim index 3bf891f..f50fdd6 100644 --- a/nvim/ginit.vim +++ b/nvim/ginit.vim @@ -9,6 +9,10 @@ if exists("g:fvim_loaded") || exists("g:nvy") FVimCustomTitleBar v:true endif +if exists("g:nvy") + set guifont=LiterationMono\ Nerd\ Font\ Mono:h18 +endif + if exists("g:neovide") set guifont=LiterationMono\ Nerd\ Font\ Mono:h18 set linespace=-4 -- cgit v1.2.3-70-g09d2