From 18e32b6c09b6a6e9342383ab7ca88e96f7bf1744 Mon Sep 17 00:00:00 2001 From: niverton Date: Sat, 8 Mar 2025 21:09:31 +0100 Subject: [PATCH] feat(number): disable number --- lua/plugins/14-options.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/14-options.lua b/lua/plugins/14-options.lua index 19f9992..9f5bb7a 100644 --- a/lua/plugins/14-options.lua +++ b/lua/plugins/14-options.lua @@ -28,7 +28,7 @@ return { ":h10", }, listchars = { tab = "> ", extends = ">", precedes = "<", space = "ยท" }, - number = true, + number = false, path = vim.list_extend(vim.opt.path:get(), { "**" }), pumblend = 0, relativenumber = false,