feature to toggle hover
vishal340 opened this issue · 4 comments
vishal340 commented
is it possible to add require("pretty_hover").toggle()
Fildo7525 commented
Hi, what would you like to do with the toggle? You can assign the require"pretty_hover".hover()
function as ft plugin and you do not need a toggle.
vishal340 commented
the same key should be able to open and close the hover. but i think it might be impossible because pressing the key again shifts you inside the hover
Fildo7525 commented
it is just a question of one bool in the config of the hover callback. Would you like to have a different function like the "toggle" you mentioned or have it in config to set it up for the default "hover" function?
Fildo7525 commented
@vishal340 try bran feature-#12 if it aligns with what you want.