How exactly do multi-file plugins work? #3570
-
What system are you running Yazi on?Linux Wayland What terminal are you running Yazi in?Ghostty 1.2.3-arch2
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 replies
-
|
Is it possible to provide a minimal reproducer? That error is usually caused by calling an async function from a sync context. Not sure if this is helpful, but I recently split the |
Beta Was this translation helpful? Give feedback.
-
|
You can reference the function: function M:show_warning() require(".utils"):show_warning() endand call it with self.show_warning("Wow") |
Beta Was this translation helpful? Give feedback.
-
|
Supported in #3594 |
Beta Was this translation helpful? Give feedback.
Supported in #3594