feat: disable global italic for neovide

pull/99/head
fm39hz-laptop 2024-07-17 15:07:45 +07:00
parent 993b2435bb
commit 5194ac5431
1 changed files with 1 additions and 1 deletions

View File

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