1

Neovim: Update neovide font size

This commit is contained in:
2024-10-10 14:14:35 +02:00
parent 17a78c371f
commit 0f8c191988

View File

@ -18,7 +18,7 @@ if g.neovide then
-- g.neovide_theme = "light"
-- Neovide Fonts
o.guifont = "JetBrainsMono Nerd Font:h13:Medium"
o.guifont = "JetBrainsMono Nerd Font Mono:h12:Medium"
else
-- require("notify").notify("Not running in NeoVide")
end