feat: use my refresh rate for neovide

pull/99/head
fm39hz-laptop 2024-06-28 14:38:23 +07:00
parent 82d2666f5b
commit d5234084fb
1 changed files with 1 additions and 1 deletions

View File

@ -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