Re-add line numbers for text files

This commit is contained in:
Oliver Davies 2025-01-29 11:52:45 +00:00
parent fe4f07f8ee
commit 893dd8c2a4

View file

@ -1,7 +1,5 @@
local opt = vim.opt_local
opt.number = false
opt.relativenumber = false
opt.spell = true
opt.wrap = true