feat: set cmdheight to 0

This commit is contained in:
fiplox 2023-06-21 16:23:38 +02:00
parent 8753c4c215
commit 3282676557
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ opt.shortmess:append('I', 'W', 's')
opt.iskeyword:prepend { '-' }
opt.timeoutlen = 300
opt.fillchars = 'eob: '
opt.cmdheight = 1
opt.cmdheight = 0
opt.grepprg = 'rg --vimgrep --no-heading --smart-case --hidden'
opt.grepformat = '%f:%l:%c:%m'