| Copyright | (c) Sebastian Witte |
|---|---|
| License | Apache-2.0 |
| Maintainer | woozletoff@gmail.com |
| Stability | experimental |
| Portability | GHC |
| Safe Haskell | None |
| Language | Haskell2010 |
Neovim.Exceptions
Description
Documentation
data NeovimException Source #
Exceptions specific to nvim-hs.
Constructors
| ErrorMessage (Doc AnsiStyle) | Simply error message that is passed to neovim. It should currently only contain one line of text. |
| ErrorResult Object | Error that can be returned by a remote API call. A call of |