neovimhaskell / nvim-hs

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

Documentation #24

Closed saep closed 9 years ago

saep commented 9 years ago

I am working on a relatively thorough documentation which should provide enough information for anyone who is a bit familiar with Haskell to write plugins.

In the same process, I am limiting the amount of exported API functions to what I think is useful and which shouldn't change in the future. This is the first step for an actual release on Hackage!

saep commented 9 years ago

The Neovim module now contains a lot of documentation. I think I'll push a 0.0.1 version to hackage soon.

saep commented 9 years ago

Documentation is up on hackage!