mirror of https://github.com/LazyVim/starter
chore: configure font for neovide
parent
b4a9fb2ee2
commit
c3bab0cb7c
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.6:w0.8:b"
|
vim.o.guifont = "JetBrainsMono Nerd Font:h15.4:b:i"
|
||||||
vim.opt.linespace = -4
|
vim.opt.linespace = -4
|
||||||
vim.g.neovide_refresh_rate = 170
|
vim.g.neovide_refresh_rate = 170
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue