mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: use my refresh rate for neovide
This commit is contained in:
parent
82d2666f5b
commit
d5234084fb
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -2,5 +2,5 @@ require("config.lazy")
|
|||
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "JetBrainsMono Nerd Font:h16:b"
|
||||
vim.g.neovide_refresh_rate = 60
|
||||
vim.g.neovide_refresh_rate = 170
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue