nvim cmdheight 0

This commit is contained in:
thek4n 2024-01-16 14:14:09 +03:00
parent b83c39bb6c
commit fb98aeb74f

View File

@ -14,6 +14,8 @@ opt.clipboard:append { 'unnamedplus' }
opt.shortmess:append { s = true, I = true } -- disable startup message opt.shortmess:append { s = true, I = true } -- disable startup message
opt.cmdheight = 0
opt.shell = 'zsh' opt.shell = 'zsh'
opt.ttimeoutlen = 50 opt.ttimeoutlen = 50