neovimhaskell / nvim-hs

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

Improve API of Neovim.Debug (fixes #66) #67

Closed saep closed 5 years ago

saep commented 5 years ago

The persistent plugin provider functions now accept a more conveniently retrievable data type that is also the argument for most of the functionality.

This PR now also contains some refactoring commits.