You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this project, and the original intero, has been sunset I was wondering what everyone is using now. Hearing from the author on what his choice is now for a Haskell environment would be particularly enlightening.
The text was updated successfully, but these errors were encountered:
I keep all my system config in a dotfiles repository. The neovim folder has my neovim configuration, so you can peek at it.
I run a pretty minimalist neovim with ghcid running on the side. Sometimes stack build --fast --file-watch if ghcid isn't playing nicely for whatever reason (sometimes happens with multi-package builds).
I'm just still using intero and either this project or intero-vim, depending on my environment :) Both still work perfectly for me, and if either ever breaks ... maybe I'll take up maintaining intero.
I know some people use the ghcid neovim plugin. Last time (admittedly, a few years ago) I tried installing haskell-language-server, I found it very flaky, and since intero Just Works, I stuck with it.
Since this project, and the original intero, has been sunset I was wondering what everyone is using now. Hearing from the author on what his choice is now for a Haskell environment would be particularly enlightening.
The text was updated successfully, but these errors were encountered: