From 870e17df2e3f3e340e2deb60eafc012b4a3180a3 Mon Sep 17 00:00:00 2001 From: Sven Grunewaldt Date: Mon, 29 Apr 2024 21:41:41 +0200 Subject: [PATCH] Use light font in Neovide Ref: https://github.com/neovide/neovide/issues/1231 --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0fc52f7..04655e2 100644 --- a/init.lua +++ b/init.lua @@ -31,7 +31,7 @@ if os.getenv("TMUX") ~= nil then end if vim.g.neovide then - vim.o.guifont = "Iosevka Term,Symbols Nerd Font Mono:h16" + vim.o.guifont = "Iosevka Term Light,Symbols Nerd Font Mono:h16" -- schedule focusing of Neovide (https://github.com/neovide/neovide/issues/2330) vim.schedule(function()