broken cmdheight?

This commit is contained in:
Daylin Morgan 2022-07-05 11:40:56 -05:00
parent f8be7b9db4
commit 710e30d350

View file

@ -1,7 +1,7 @@
-- settings -- settings
local opt = vim.opt local opt = vim.opt
opt.timeoutlen = 200 opt.timeoutlen = 200
opt.cmdheight = 0 -- opt.cmdheight = 0 -- broken??
-- lvim specific settings -- lvim specific settings
-- general -- general