How do we want to move forward regarding callbacks #17
Closed
primeapple
started this conversation in
General
Replies: 2 comments 1 reply
-
Personally I have no use for any of them. And I agree about |
Beta Was this translation helpful? Give feedback.
1 reply
-
Implemented in #25 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @okuuva , what do you think of the current implementation of the
callbacks
?condition
before setting timers #16 )?The only meaningful callback seems to be the
before_saving
callback, since it can do things like formatting or linting.We could probably achieve the same by implementing our own Autocommand event, right? That would be a lot cleaner than having to squash all the callback logic into the config of this plugin.
Do you use callbacks anywhere?
One usecase would be for debugging, but I would rather have #13 implemented.
Beta Was this translation helpful? Give feedback.
All reactions