chore: configure font for neovide

This commit is contained in:
fm39hz-laptop 2024-07-16 13:38:08 +07:00
parent e016f29e74
commit 56f02dd2d9

View file

@ -1,7 +1,7 @@
require("config.lazy")
if vim.g.neovide then
vim.o.guifont = "JetBrainsMono_Nerd_Font:h15.6:w0.8:b"
vim.o.guifont = "JetBrainsMono Nerd Font:h15.4:b:i"
vim.opt.linespace = -4
vim.g.neovide_refresh_rate = 170
end