feat: set cmdheight to 0
This commit is contained in:
parent
8753c4c215
commit
3282676557
@ -23,7 +23,7 @@ opt.shortmess:append('I', 'W', 's')
|
|||||||
opt.iskeyword:prepend { '-' }
|
opt.iskeyword:prepend { '-' }
|
||||||
opt.timeoutlen = 300
|
opt.timeoutlen = 300
|
||||||
opt.fillchars = 'eob: '
|
opt.fillchars = 'eob: '
|
||||||
opt.cmdheight = 1
|
opt.cmdheight = 0
|
||||||
opt.grepprg = 'rg --vimgrep --no-heading --smart-case --hidden'
|
opt.grepprg = 'rg --vimgrep --no-heading --smart-case --hidden'
|
||||||
opt.grepformat = '%f:%l:%c:%m'
|
opt.grepformat = '%f:%l:%c:%m'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user