You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Expose enable and disable to the Lua interface for better Lua integration
Describe alternatives you've considered
I could use a function to call vim.cmd('SatelliteEnable') (or disable), but those Lua interface would be nice
Additional context
Mind that if it get implemented, both calls could be run before setup. So a call guard might be needed to prevent unexpected behavior.
The text was updated successfully, but these errors were encountered:
Do you have valid use cases to why you want an API for this? Asking for things without any justification other than "it would be nice" doesn't really fly.
No, that piece of code was to show the scrollbar for a certain amount of time before hiding it, then show it again once I moved the cursor or scroll the window (or etc.).
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Expose
enable
anddisable
to the Lua interface for better Lua integrationDescribe alternatives you've considered
I could use a function to call
vim.cmd('SatelliteEnable')
(or disable), but those Lua interface would be niceAdditional context
Mind that if it get implemented, both calls could be run before
setup
. So a call guard might be needed to prevent unexpected behavior.The text was updated successfully, but these errors were encountered: