mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: disable global italic for neovide
This commit is contained in:
parent
993b2435bb
commit
5194ac5431
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -1,7 +1,7 @@
|
||||||
require("config.lazy")
|
require("config.lazy")
|
||||||
|
|
||||||
if vim.g.neovide then
|
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.opt.linespace = -4
|
||||||
vim.g.neovide_refresh_rate = 170
|
vim.g.neovide_refresh_rate = 170
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue