You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a warning when trying to set some options for the telescope which_key menu, just by copying the example in :help telescope.actions.generate
require("telescope").setup {
defaults = {
mappings = {
n = {
["?"] = action_generate.which_key {
name_width = 20, -- typically leads to smaller floats
max_height = 0.5, -- increase potential maximum height
separator = " > ", -- change sep between mode, keybind, and name
close_with_action = false, -- do not close float on action
},
},
},
},
}
Following warning is shown: [telescope.actions.which_key]: No name available for anonymous functions.
Also the ? key now shows up in the menu, as <anonymous>
n > ? > <anonymous>
It's a minor issue but it's nice if it were fixed.
thanks
Neovim version
.
Operating system and version
.
Telescope version / branch / rev
.
checkhealth telescope
.
Steps to reproduce
.
Expected behavior
.
Actual behavior
.
Minimal config
.
The text was updated successfully, but these errors were encountered:
Description
Hi and thanks for the plugin.
I'm getting a warning when trying to set some options for the telescope which_key menu, just by copying the example in
:help telescope.actions.generate
Following warning is shown:
[telescope.actions.which_key]: No name available for anonymous functions.
Also the
?
key now shows up in the menu, as<anonymous>
It's a minor issue but it's nice if it were fixed.
thanks
Neovim version
Operating system and version
.
Telescope version / branch / rev
.
checkhealth telescope
Steps to reproduce
.
Expected behavior
.
Actual behavior
.
Minimal config
The text was updated successfully, but these errors were encountered: