set cmdheight to 0 in nvim

This commit is contained in:
jacekpoz 2024-06-05 12:32:08 +02:00
parent 2188ccd34e
commit fdce8481ce
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -31,7 +31,7 @@ in {
preventJunkFiles = true;
tabWidth = 4;
autoIndent = false;
cmdHeight = 1;
cmdHeight = 0;
useSystemClipboard = false;
theme = {