fix(which_key): increase zindex for popup window (#3046)

(cherry picked from commit a3284957d3)
This commit is contained in:
Mohamad Sulton Hasanuddin
2024-05-20 11:28:12 +02:00
committed by Simon Hauser
parent 7ea9ae5118
commit 93bd73e646
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ local action_generate = {}
---@field normal_hl string: winhl of "Normal" for keymap hints floating window (default: "TelescopePrompt")
---@field border_hl string: winhl of "Normal" for keymap borders (default: "TelescopePromptBorder")
---@field winblend number: pseudo-transparency of keymap hints floating window
---@field zindex number: z-index of keymap hints floating window (default: 100)
action_generate.which_key = function(opts)
local which_key = function(prompt_bufnr)
actions.which_key(prompt_bufnr, opts)