6 lines
94 B
Lua
6 lines
94 B
Lua
local opt = vim.opt_local
|
|
|
|
opt.cursorline = false
|
|
opt.number = true
|
|
opt.relativenumber = true
|