The changes in these commits merely reflect deficits I have found while developing a ghcid plugin.
The API breakage is very minor, you simply have to liftIO the startup code of your plugins because you can now call neovim functions inside that startup code.
Some commits are simply a little bit of code cleanup.
The changes in these commits merely reflect deficits I have found while developing a ghcid plugin.
The API breakage is very minor, you simply have to
liftIO
the startup code of your plugins because you can now call neovim functions inside that startup code.Some commits are simply a little bit of code cleanup.