seperate neovide config

This commit is contained in:
2024-03-22 10:53:34 +05:30
parent be44073ccb
commit a37c7a2631
6 changed files with 42 additions and 22 deletions

View File

@ -1,12 +1,7 @@
require("nvchad.options")
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