neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

New startup #33

Closed saep closed 9 years ago

saep commented 9 years ago

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.