Disable line numbers for text files
This commit is contained in:
parent
eea806e0f8
commit
2f5a6de425
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
local opt = vim.opt_local
|
local opt = vim.opt_local
|
||||||
|
|
||||||
|
opt.number = false
|
||||||
|
opt.relativenumber = false
|
||||||
opt.spell = true
|
opt.spell = true
|
||||||
opt.wrap = true
|
opt.wrap = true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue