1

Modules/Neovim: Don't use cursive script front in neovide

This commit is contained in:
2026-03-12 20:25:44 +01:00
parent c88b598bae
commit 24b9205af3

View File

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