neovimhaskell / nvim-hs

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

Make `Neovim.Debug` module useful again #66

Closed saep closed 5 years ago

saep commented 6 years ago

When I removed the StateT monad transformer and started to use async and unliftIO for the backend, I did not really pay attention to the Neovim.Debug module. It should be cleaned up a bit to be more useful. I'll probably do this when I have a specific need to debug something (like the API/code generation).