feat: add neovide config

pull/98/head
fm39hz-laptop 2024-06-25 13:59:02 +07:00
parent 90c0a0d649
commit 0564ae4494
1 changed files with 5 additions and 0 deletions

View File

@ -1 +1,6 @@
require("config.lazy") require("config.lazy")
if vim.g.neovide then
vim.o.guifont = "JetBrainsMono Nerd Font:h16:b"
vim.g.neovide_refresh_rate = 60
end