Hide statusline in help too

This commit is contained in:
Akianonymus 2021-08-27 11:57:25 +05:30 committed by siduck76
parent 6b31861aeb
commit cdf9250636

View File

@ -31,9 +31,10 @@ M.ui.plugin = {
-- these are filetypes, not pattern matched -- these are filetypes, not pattern matched
-- if a filetype is present in shown, it will always show the statusline, irrespective of filetypes in hidden -- if a filetype is present in shown, it will always show the statusline, irrespective of filetypes in hidden
hidden = { hidden = {
"help",
"dashboard",
"NvimTree", "NvimTree",
"terminal", "terminal",
"dashboard",
}, },
shown = {}, shown = {},
-- default, round , slant , block , arrow -- default, round , slant , block , arrow