-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InteroGenericType not working #136
Comments
@elongeau Not sure this is your issue, but I get that exact error when Intero is not started and I do
Otherwise |
You can configure intero-neovim to start the Intero REPL automatically:
Or you need to call |
even with |
OK. Does the |
yes, and it loads my file |
my neovim's
|
I have the exact same problem. I'm on Windows 10, Neovim v0.2.3-625-g4aa67151f. |
I have the same problem on mac. I have the same versions of
same for me. |
I managed to find out why it didn't start up on my machine. It was my custom Thank you @parsonsmatt and the other contributors for a great plugin! |
I've made the same, I'll try it asap |
I confirm @berntan suggestion, customizing the ghci prompt breaks Intero |
yes, with |
I have no custom ghci prompt, but the same error message. It seems there really is no proper error handling. |
I had this problem, and I did not use a custom ghci prompt. The prompt simply didn't match what intero expected. It listed the modules that were in scope or something like that. It looked like: I don't know exactly how the ghci prompt usually works, but I don't think I have any special settings for it. |
Hello,
I've installed intero for neovim recently, but when I try to use
InteroGenericType
I have this error:I'm using
GHCi, version 8.0.2: http://www.haskell.org/ghc/
The text was updated successfully, but these errors were encountered: