1

Modules/Neovim: Change neovide font to MonoLisa

This commit is contained in:
2025-07-06 03:47:22 +02:00
parent 2d602b716a
commit 52f181e3c7

View File

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