nvimtools / hydra.nvim

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

[feature request] default hydra config #7

Closed benlubas closed 9 months ago

benlubas commented 10 months ago

Similar to the way telescope lets you set default common configuration that applies to all pickers, it would be nice to have some default configuration that applied to all hydras by default.

good for setting window hint borders, on_enter/exit that updates a status bar, or any other configuration item that you just don't want to have to set over and over again.

This would probably require a setup method.