add options for neovide

This commit is contained in:
2024-03-05 01:06:37 +05:30
parent 81f450819c
commit a210975e26
4 changed files with 36 additions and 0 deletions

View File

@ -1,4 +1,10 @@
local opt = vim.opt
local g = vim.g
opt.relativenumber = true
opt.scrolloff = 5
opt.guifont = "FiraCode Nerd Font:h12"
-- neovide stuff
g.neovide_scale_factor = 0.7
-- g.neovide_transparency = 0.8