Returning Lua errors #229
Unanswered
titaniumtraveler
asked this question in
Q&A
Replies: 1 comment 9 replies
-
You can return any value that implements the What's your use case? |
Beta Was this translation helpful? Give feedback.
9 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.
-
Is there a way to return lua errors from
#[nvim_oxy::plugin]
?As in one that can be catched by
pcall
?I tried different combinations of returning
Result::Err()
, but wasn't able to find a solution.Beta Was this translation helpful? Give feedback.
All reactions