mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2025-10-10 16:51:54 +05:30
8 lines
131 B
Lua
8 lines
131 B
Lua
require("nvchad.options")
|
|
|
|
local opt = vim.opt
|
|
|
|
opt.relativenumber = true
|
|
opt.scrolloff = 5
|
|
opt.guifont = "FiraCode Nerd Font:h12"
|