From 3282676557199e427e3183ccce5f9d68cb7d54d2 Mon Sep 17 00:00:00 2001 From: fiplox Date: Wed, 21 Jun 2023 16:23:38 +0200 Subject: [PATCH] feat: set cmdheight to 0 --- lua/config/settings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/settings.lua b/lua/config/settings.lua index e8225d6..6d3fb56 100644 --- a/lua/config/settings.lua +++ b/lua/config/settings.lua @@ -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'