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