I was thinking that a PackAdded autocmd-event comes handy in many situations.
For example, when pack foo is added through packadd foo, then a user-defined foo_config.vim is run automatically through such a PackAdded autocmd-event.
What do you think?
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
How would you imagine this to work? The maintainer of the package foo adds an autocommand to it's own package that loads a corresponding _foo package? Or the user should add a custom autocommand when cloning the foo_config package? Or it should be done completely automatic?
I am not seeing the advantage right now, I think package loading should be explicit and dependency management could make it arbitrarily complex.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()