From 20cc14e5848bb86b9de46df4de1f58d733fac1bb Mon Sep 17 00:00:00 2001 From: ashincoder <83629316+ashincoder@users.noreply.github.com> Date: Wed, 16 Jun 2021 06:42:23 +0530 Subject: [PATCH] removed 2 repeated lines --- lua/misc-utils.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/misc-utils.lua b/lua/misc-utils.lua index 35e7a17..889f48d 100644 --- a/lua/misc-utils.lua +++ b/lua/misc-utils.lua @@ -12,8 +12,6 @@ opt("o", "ignorecase", true) opt("o", "splitbelow", true) opt("o", "splitright", true) opt("o", "termguicolors", true) -opt("w", "number", true) -opt("o", "numberwidth", 2) opt("w", "cul", true) opt("o", "mouse", "a")