From 893dd8c2a4f7d3dda0679ea7805636bba48ccebf Mon Sep 17 00:00:00 2001 From: Oliver Davies <oliver@oliverdavies.dev> Date: Wed, 29 Jan 2025 11:52:45 +0000 Subject: [PATCH] Re-add line numbers for text files --- nvim/after/ftplugin/text.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/nvim/after/ftplugin/text.lua b/nvim/after/ftplugin/text.lua index 8bdd7abd..ed2bc80a 100644 --- a/nvim/after/ftplugin/text.lua +++ b/nvim/after/ftplugin/text.lua @@ -1,7 +1,5 @@ local opt = vim.opt_local -opt.number = false -opt.relativenumber = false opt.spell = true opt.wrap = true