From aa357acdae4d7576ba6fe1f5bb5d4d83473fe84a Mon Sep 17 00:00:00 2001 From: Yotam <69643410+yotam5@users.noreply.github.com> Date: Sat, 22 Oct 2022 13:48:58 +0300 Subject: [PATCH] spaced combined word (#874) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/ }) ```