chore: autogen (vimdocs+formating)
This commit is contained in:
parent
9d177b668c
commit
3325d5d43a
|
@ -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/
|
||||||
})
|
})
|
||||||
<
|
<
|
||||||
|
|
Loading…
Reference in New Issue