neovide: use non mono font for neovide since they provide bigger icons

This commit is contained in:
Tigor Hutasuhut 2024-09-04 19:20:28 +07:00
parent 43dbfefb32
commit b97e4d2118

View file

@ -2,7 +2,7 @@ if not vim.g.neovide then
return
end
local font = "JetBrainsMono Nerd Font Mono"
local font = "JetBrainsMono Nerd Font"
local font_size = vim.o.lines < 60 and 11 or 12