From fb98aeb74fcc482153b532c7ffc135d727276d89 Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 16 Jan 2024 14:14:09 +0300 Subject: [PATCH] nvim cmdheight 0 --- home/user/.config/nvim/lua/base/options.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/user/.config/nvim/lua/base/options.lua b/home/user/.config/nvim/lua/base/options.lua index d05028a..6046760 100644 --- a/home/user/.config/nvim/lua/base/options.lua +++ b/home/user/.config/nvim/lua/base/options.lua @@ -14,6 +14,8 @@ opt.clipboard:append { 'unnamedplus' } opt.shortmess:append { s = true, I = true } -- disable startup message +opt.cmdheight = 0 + opt.shell = 'zsh' opt.ttimeoutlen = 50