Open
Description
At first I thought this was ghc-mod's fault (DanielG/ghc-mod#253), though it was pointed out to me that unlike hdevtools
, which runs a background process, ghc-mod
doesn't do such thing and instead uses ghc-modi
to avoid parsing the sources every time it's invoked.
As it turns out though, this would have to be supported on the plugin side, which is why I'm opening this issue :)
I'm not sure if such thing is even possible with VIM though? As ghc-modi
basically works as a repl to which commands are being sent.
If not, I thought that maybe it would make sense to wrap ghc-mod in a way that it would run the interactive shell as a separate process on the background, and sort of make it behave like hdevtools
.
Metadata
Metadata
Assignees
Labels
No labels