spaced combined word (#874)
This commit is contained in:
parent
abb03129e0
commit
aa357acdae
|
@ -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/
|
||||
})
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue