Ribosome.Host.Effect.UserError
Description
The effect UserError decides which messages to display in Neovim.
UserError
data UserError :: Effect where Source #
Additionally, the text may be manipulated, which is done by the interpreter in Ribosome, which prefixes the message with the plugin name.
Constructors
Decide whether and how to display the given message at the given log level.
userError :: Member UserError r => Text -> Severity -> Sem r (Maybe [Text]) Source #