chore(nvim): re-add cmdheight

Without this, I can't see when a macro is recording.
This commit is contained in:
Oliver Davies 2023-05-10 20:33:01 +01:00
parent 5d60b15487
commit f915867db1

View file

@ -121,7 +121,6 @@ local function set_vim_o()
autoindent = true,
backup = true,
breakindent = true,
cmdheight = 0,
conceallevel = 0,
cursorline = true,
expandtab = true,