⚙️ config(nvim): laststatus set to 3 instead of 0

This commit is contained in:
Sergio Laín 2024-06-11 11:48:00 +02:00
parent 5c88dc7b19
commit 1d831f97c3
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -32,7 +32,7 @@ go.root_spec = {
-- Disable annoying cmd line stuff
o.showcmd = false
o.laststatus = 0
o.laststatus = 3
o.cmdheight = 0
-- Enable spell checking