Hide statusline in help too
This commit is contained in:
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…
Reference in New Issue