From 3325d5d43a7a2bc9baeef2b7e58e1d915278beaf Mon Sep 17 00:00:00 2001 From: shadmansaleh Date: Sun, 23 Oct 2022 14:41:39 +0000 Subject: [PATCH] chore: autogen (vimdocs+formating) --- doc/lualine.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/lualine.txt b/doc/lualine.txt index 8a09dba..0bcfe5e 100644 --- a/doc/lualine.txt +++ b/doc/lualine.txt @@ -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({ - 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/ }) <