vimrc: set cmdheight

This commit is contained in:
surtur 2022-07-22 18:18:49 +02:00
parent 82a58dc4d2
commit 18bb809e35
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -760,6 +760,7 @@ set foldmethod=manual " manual folding
set encoding=utf-8 " important for powerline besides others
set fileencoding=utf-8 " set encoding for newly saved files
set noscrollbind
set cmdheight=2 " lines under {status,air}line
set updatetime=250
" no background from colorscheme as it messes with background transparency in kitty