From c5b2bafe34b2506a91ee3d196a524e5e18b09abe Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.dev>
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.
---
 config/neovim/lua/opdavies/options.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/config/neovim/lua/opdavies/options.lua b/config/neovim/lua/opdavies/options.lua
index 82a1d6ab..3a707d3f 100644
--- a/config/neovim/lua/opdavies/options.lua
+++ b/config/neovim/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,