From 2d1dd2bfec444dc1ae598eae05a9554eddd96d01 Mon Sep 17 00:00:00 2001 From: anth64 Date: Wed, 7 May 2025 07:30:49 +0200 Subject: [PATCH] make command height default value to see status bar in command mode --- lua/config/set.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/config/set.lua b/lua/config/set.lua index ac18020..9018ca2 100644 --- a/lua/config/set.lua +++ b/lua/config/set.lua @@ -1,7 +1,6 @@ vim.opt.shell = "zsh" vim.opt.fileformat = "unix" vim.opt.fileformats = "unix" -vim.opt.cmdheight = 0 vim.opt.guicursor = "" vim.opt.mouse = ""