Files
tawm/pkgs/nvchad/nvim/lua/options.lua
2024-03-20 08:13:27 +00:00

13 lines
226 B
Lua

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