mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
14 lines
226 B
Lua
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
|
|
|