refactor(nvim): set cmdheight to 0

This commit is contained in:
Price Hiller 2022-10-06 09:40:05 -05:00
parent 12a0f95bd2
commit 32282ee771

View File

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