⚙️ config(nvim): laststatus set to 3 instead of 0
This commit is contained in:
parent
5c88dc7b19
commit
1d831f97c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue