Skip to content

Commit

Permalink
spaced combined word (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
yotam5 committed Oct 22, 2022
1 parent abb0312 commit aa357ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
})
```
Expand Down

0 comments on commit aa357ac

Please sign in to comment.