mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: implement neovide visual
This commit is contained in:
parent
f0fcdfacfd
commit
78634379fc
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
|
@ -1,6 +1,7 @@
|
|||
require("config.lazy")
|
||||
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "JetBrainsMono Nerd Font:h16:b"
|
||||
vim.o.guifont = "JetBrainsMono_Nerd_Font:h15.6:w0.8:b"
|
||||
vim.opt.linespace = -4
|
||||
vim.g.neovide_refresh_rate = 170
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue