fix(which_key): increase zindex for popup window (#3046)
This commit is contained in:
committed by
GitHub
parent
4d4ade7f2b
commit
a3284957d3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user