From f915867db1f8d1ed61511c909d2a65fcf56e7218 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 May 2023 20:33:01 +0100 Subject: [PATCH] chore(nvim): re-add cmdheight Without this, I can't see when a macro is recording. --- lua/opdavies/options.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/opdavies/options.lua b/lua/opdavies/options.lua index 82a1d6a..3a707d3 100644 --- a/lua/opdavies/options.lua +++ b/lua/opdavies/options.lua @@ -121,7 +121,6 @@ local function set_vim_o() autoindent = true, backup = true, breakindent = true, - cmdheight = 0, conceallevel = 0, cursorline = true, expandtab = true,