7 lines
106 B
Lua
7 lines
106 B
Lua
local opt = vim.opt_local
|
|
|
|
opt.number = false
|
|
opt.relativenumber = false
|
|
opt.spell = true
|
|
opt.wrap = true
|