diff --git a/dots/.nvim-environments/primary/config/lua/core/options.lua b/dots/.nvim-environments/primary/config/lua/core/options.lua index 70687250..ee9ceb43 100755 --- a/dots/.nvim-environments/primary/config/lua/core/options.lua +++ b/dots/.nvim-environments/primary/config/lua/core/options.lua @@ -117,8 +117,8 @@ M.setup = function() opt.modeline = true opt.modelines = 5 - -- Set command bar height to hide when not in use - opt.cmdheight = 0 + -- Set command bar height + opt.cmdheight = 1 end return M