Modules/Neovim: Fix termcolors in neovide

This commit is contained in:
2026-07-01 01:46:26 +02:00
parent a68b74d940
commit 4dc535bf7f
2 changed files with 26 additions and 3 deletions
@@ -20,7 +20,7 @@ if g.neovide then
-- Neovide Fonts
-- o.guifont = "JetBrainsMono Nerd Font Mono:h12:Medium"
o.guifont = "MonoLisa Alt:h12:Medium"
o.guifont = "MonoLisa Alt Script:h12:Medium"
else
-- require("notify").notify("Not running in NeoVide")
end