From f9872f9ab8bc28363e7f8af6e75c46dbbe57e447 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Fri, 15 Sep 2023 15:32:05 +0200 Subject: [PATCH] Unset cmdheight (bring it back) --- lua/core/options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index 6e671fe..127ea7b 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -86,4 +86,3 @@ vim.opt.hlsearch = true vim.opt.laststatus = 3 vim.opt.textwidth = 0 vim.opt.colorcolumn = "81" -vim.opt.cmdheight = 0