Hide statusline in help too

navigator
Akianonymus 3 years ago committed by siduck76
parent 6b31861aeb
commit cdf9250636

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

Loading…
Cancel
Save