chore: autogen (vimdocs+formating)

This commit is contained in:
shadmansaleh 2022-10-23 14:41:39 +00:00 committed by github-actions[bot]
parent 9d177b668c
commit 3325d5d43a
1 changed files with 3 additions and 2 deletions

View File

@ -941,11 +941,12 @@ You can disable lualine for specific filetypes:
< <
You can also disable lualine completely. You can also disable lualine completely. Note that you need to call this after
the setup
> >
require('lualine').hide({ 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/ unhide = false, -- whether to reenable lualine again/
}) })
< <