appearance panel search shown as not floating pane #257
-
I've just installed It seems to work well, however I'm not getting an appearance behavior similar to floating window panel to search. Here you can see, what I mean into this asciinema. I was expecting to get a floating panel like shown into landing github project page. My current configuration is here. Any ideas? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
See https://github.com/mrjones2014/legendary.nvim#prerequisites Also, for the which-key auto-register functionality to work, looking at your config, you'd need to rearrange the lines like this: require('legendary').setup({ which_key = { auto_register = true } })
wk.register(mappings, opts) Rather than calling |
Beta Was this translation helpful? Give feedback.
See https://github.com/mrjones2014/legendary.nvim#prerequisites
Also, for the which-key auto-register functionality to work, looking at your config, you'd need to rearrange the lines like this:
Rather than calling
wk.register
first.