Disable line numbers for text files

This commit is contained in:
Oliver Davies 2025-04-10 21:58:02 +01:00
parent eea806e0f8
commit 2f5a6de425

View file

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