nvim-hs v0.2.0 Release Notes

    • Replace error code of remote functions to return Either NeovimException a instead of a generic messagepack Object

    • Export API functions that throw a NeovimException instead of returning Either NeovimExeception a.

    • Replace three element tuple for stateful function declaration (#53)

    • ➕ Add a stack template for easier setup

    • Exceptions from pure code are now caught (#48)