Hacker News new | ask | show | jobs
by _zachs 1414 days ago
Not too long ago I tried getting Haskell Language Server, GHC, Cabal, Stack, etc. to play nice together in Neovim but didn't have much luck. Has anyone else here had luck with Neovim + Haskell?
2 comments

Yes! For me it was a great plug and play experience.

I’m using coc.nvim[1] as my LSP client. It works really great with HLS. Maybe you can give it a try?

[1]: https://github.com/neoclide/coc.nvim

I don't know how to get debugging to work. Do you know?
Not yet but I'm going to try and crib from https://github.com/ocharles/dot-files/blob/master/nvim/init.... when I have some time to waste.