diff --git a/nvim/after/plugin/transparent.lua b/nvim/after/plugin/transparent.lua index fd07078..ade27f2 100644 --- a/nvim/after/plugin/transparent.lua +++ b/nvim/after/plugin/transparent.lua @@ -71,6 +71,13 @@ require("transparent").setup({ "FoldColumn", "CursorLine", "CursorWord", + "WhichKey", + "WhichKeyGroup", + "WhichKeySeparator", + "WhichKeyDesc", + "WhichKeyFloat", + "WhichKeyBorder", + "WhichKeyValue", }, exclude = {}, -- table: groups you don't want to clear })