refactor(nvim): set cmdheight to 0
This commit is contained in:
parent
12a0f95bd2
commit
32282ee771
@ -118,7 +118,7 @@ M.setup = function()
|
|||||||
opt.modelines = 5
|
opt.modelines = 5
|
||||||
|
|
||||||
-- Set command bar height
|
-- Set command bar height
|
||||||
opt.cmdheight = 1
|
opt.cmdheight = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
Loading…
Reference in New Issue
Block a user