From 5e2a0df7ef8752b2af38a670fdf89ef48e4daa0f Mon Sep 17 00:00:00 2001 From: Ramiz Sarfaraj <69590366+RamizSarfaraj@users.noreply.github.com> Date: Wed, 7 Jul 2021 23:19:28 +0530 Subject: option for user to configure the cmdheight and number_width as per their liking. (#764) * few of my changes * option for user configuration of cmdheight and number_width --- lua/default-config.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/default-config.lua') diff --git a/lua/default-config.lua b/lua/default-config.lua index 540ab034..45e93302 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -12,6 +12,8 @@ O = { wrap_lines = false, number = true, relative_number = true, + number_width = 4, + cmdheight = 2, cursorline = true, shell = "bash", timeoutlen = 100, -- cgit v1.2.3