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,