nvimtools / hydra.nvim

Create custom submodes and menus
MIT License
145 stars 8 forks source link

Deprecation Warnings should only be shown, when a deprecated option is really used #40

Closed seflue closed 5 months ago

seflue commented 5 months ago

Hydra.nvim annoys me at every startup with a deprecation warning about "hint.border" which I actually don't use. After a short look at the code I think, it actually pretends to only warn about used options, but I clearly have already migrated it to hint.float_opts.border. And even if I remove it completely from my config I still get the warning.

benlubas commented 5 months ago

I've used Hydra since the deprecations were added and don't see the deprecation message.

When looking at the code were able to determine why this happens?

Otherwise this seems like a config problem.

seflue commented 5 months ago

Thanks for the fast answer! I actually found the issue - well hidden in my Neovim config. It was another plugin using (and also configuring) Hydra.