chore(nvim): re-add cmdheight
Without this, I can't see when a macro is recording.
This commit is contained in:
parent
5d60b15487
commit
f915867db1
|
@ -121,7 +121,6 @@ local function set_vim_o()
|
|||
autoindent = true,
|
||||
backup = true,
|
||||
breakindent = true,
|
||||
cmdheight = 0,
|
||||
conceallevel = 0,
|
||||
cursorline = true,
|
||||
expandtab = true,
|
||||
|
|
Reference in a new issue