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 53fc6eedc8
commit 952802d4f7

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