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