parsonsmatt / intero-neovim

A neovim plugin for Intero, forked from ghcmod-vim
218 stars 28 forks source link

What are you using now? #164

Open junkerjoe opened 3 years ago

junkerjoe commented 3 years ago

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.

parsonsmatt commented 3 years ago

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).

phlummox commented 3 years ago

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.