From cdf925063603af55ecc5b89a4086e13b9f6a9b02 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Fri, 27 Aug 2021 11:57:25 +0530 Subject: [PATCH] Hide statusline in help too --- lua/default_config.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua/default_config.lua b/lua/default_config.lua index c4920ecd..c1765577 100644 --- a/lua/default_config.lua +++ b/lua/default_config.lua @@ -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