Revert "refactor(nvim): set cmdheight to 0"

This reverts commit 32282ee771.
This commit is contained in:
Price Hiller 2022-10-06 10:07:04 -05:00
parent f9c76a5e7b
commit 435680d883

View File

@ -118,7 +118,7 @@ M.setup = function()
opt.modelines = 5
-- Set command bar height
opt.cmdheight = 0
opt.cmdheight = 1
end
return M