spaced combined word (#874)

This commit is contained in:
Yotam 2022-10-22 13:48:58 +03:00 committed by GitHub
parent abb03129e0
commit aa357acdae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -879,9 +879,10 @@ options = { disabled_filetypes = {'lua'} }
```
You can also disable lualine completely.
Note that you need to call this after the setup
```lua
require('lualine').hide({
place = {'statusline', 'tabline', 'winbar'}, -- The segmentthis change applies to.
place = {'statusline', 'tabline', 'winbar'}, -- The segment this change applies to.
unhide = false, -- whether to reenable lualine again/
})
```