From fe821f82fe4441a209f2ba4c3d6ad0eafbd6fb3f Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 13 Sep 2023 23:43:54 +0200 Subject: [PATCH] Set cmdheight to 0 --- lua/core/options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/core/options.lua b/lua/core/options.lua index 2371bf2..2bef9fa 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -86,3 +86,4 @@ vim.opt.hlsearch = true vim.opt.laststatus = 3 vim.opt.textwidth = 80 vim.opt.colorcolumn = '+1' +vim.opt.cmdheight = 0