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