neovimhaskell / nvim-hs

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

Implement setting of quickfix list for the ConfigHelper plugin (fixes #20) #22

Closed saep closed 9 years ago

saep commented 9 years ago

Next step would be to implement a parser to extract the errors and warnings from the recompileNvimhs state.

saep commented 9 years ago

The branch still uses an unmerged patch for neovim, I should work around that for now.