neovide: use non mono font for neovide since they provide bigger icons
This commit is contained in:
parent
43dbfefb32
commit
b97e4d2118
|
@ -2,7 +2,7 @@ if not vim.g.neovide then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local font = "JetBrainsMono Nerd Font Mono"
|
local font = "JetBrainsMono Nerd Font"
|
||||||
|
|
||||||
local font_size = vim.o.lines < 60 and 11 or 12
|
local font_size = vim.o.lines < 60 and 11 or 12
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue