From a88d92417d63fa8026a501f0f5e1ddb8752ce408 Mon Sep 17 00:00:00 2001 From: GenesisTMS Date: Mon, 6 Dec 2021 21:12:42 +0100 Subject: typo: `which_key` (#1560) --- lua/telescope/actions/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/telescope/actions/init.lua') diff --git a/lua/telescope/actions/init.lua b/lua/telescope/actions/init.lua index 9cdc02a..13751ff 100644 --- a/lua/telescope/actions/init.lua +++ b/lua/telescope/actions/init.lua @@ -867,7 +867,7 @@ end --- Display the keymaps of registered actions similar to which-key.nvim.
--- - Notes: ---- - The defaults can be overridden via |action_generate.toggle_registered_actions|. +--- - The defaults can be overridden via |action_generate.which_key|. ---@param prompt_bufnr number: The prompt bufnr actions.which_key = function(prompt_bufnr, opts) opts = opts or {} -- cgit v1.2.3