diff --git a/README.md b/README.md index b0e18ba..4cc47b8 100644 --- a/README.md +++ b/README.md @@ -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/ }) ```