broken cmdheight?
This commit is contained in:
parent
f8be7b9db4
commit
710e30d350
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue