nvim: reduce message area to 1 line

This commit is contained in:
tastytea 2022-08-30 06:39:36 +02:00
parent 637ed9f4cb
commit b5f827652c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -17,7 +17,7 @@ local options = {
shiftwidth = 4, -- 1 indentation = 4 spaces
completeopt = 'menu,menuone,noselect', -- completion popup
autochdir = true, -- change workir to current file dir
cmdheight = 2, -- message area size
cmdheight = 1, -- message area size
mouse = '', -- make use of mouse in these modes
pumheight = 10, -- maximum entries in popup menu
smartindent = true, -- indent after { and so on