Files
tawm/pkgs/nvchad/nvim/lua/options.lua
2024-03-10 20:56:39 +05:30

14 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