Fildo7525/pretty_hover

feature to toggle hover

vishal340 opened this issue · 4 comments

is it possible to add require("pretty_hover").toggle()

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.

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

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?

@vishal340 try bran feature-#12 if it aligns with what you want.