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
idris2-complete-at-point bubbles up errors from the idris repl. This causes issues when you are using company-mode which is very happy go lucky about calling the completion function.
Error from company mode:
Company: backend company-capf error "I can't make sense of the completion task:
(synchronous Idris2 evaluation failed)" with args (prefix)
You can get this without using company-mode by calling completion-at-point on an empty line.
The text was updated successfully, but these errors were encountered:
idris2-complete-at-point
bubbles up errors from the idris repl. This causes issues when you are usingcompany-mode
which is very happy go lucky about calling the completion function.Error from company mode:
You can get this without using
company-mode
by callingcompletion-at-point
on an empty line.The text was updated successfully, but these errors were encountered: