Closed teto closed 5 years ago
I've made a release (Version 2.0.0.0). It seems to work fine (tested it on this repository).
In any case, i've seen this on reddit a few weeks ago. It seems to have a nicer UI than this one, so it is probably preferable to use.
I mainly wrote this to test the scripting API of nvim-hs and it's definitely nicer than vimL. However, since I'm barely ever managing to write any Haskell lately (and because I have switched to Emacs), I haven't really used this plugin at all. :-) If you want to try something a bit more heavy-weight, I've found that the intero-(Emacs-)-plugin is really nice. I don't know about the (neo)vim one, though. For the full IDE experience, HIE seems to be the way to go. However, every time I tried it, I couldn't get it to work, so I eventually gave up. I believe that has improved, though.
cool ! Thanks for the update and the recommandation. I will try both (will wait for nixos to get the updated version in 2/3 days). I already use HIE which lacks some LSP features but is already greater than anything else. I suggest to retry it as it has definitely improved alot and even I - a haskell noob - could make it work. I recommand coc.nvim + neovim master, it's really awesome (as in an IDE), here my hie setup in case you are interested https://github.com/teto/home/blob/master/config/nvim/coc-settings.json
but there are some cases where HIE is not enough (to evaluate some expressions, to know their type for instance), which is why I wanna install ghcid
I would like to try this plugin on nixos but I can't because the bounds don't include the newer/current nvim-hs(-contrib) which are at version 2.
Would it be possible to push an update on hackage please ?