mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 05:20:38 +00:00
Hide statusline in help too
This commit is contained in:
parent
6b31861aeb
commit
cdf9250636
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue