mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +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"
|