-
Notifications
You must be signed in to change notification settings - Fork 206
No output/effect in neo-vim, no obvious errors #1090
Comments
It's odd, it receives the hover request, claims to have processed it, but does not actually send a reply message. Does the code currently compile? i.e. using Are you able to share the project you are running hie against? |
Looks similar to #983 |
@alanz thanks for the quick response! Here is the project, it's just a sample Servant app for testing out tooling. It does currently compile. |
@Anrock I've tested HIE in VSCode and it works there. I'm not having the issue for unresponsiveness in that IDE. |
@alanz Did a bit of browsing, the |
For me this issue doesn't happen immediately. I install HIE and everything works fine but after a day or two it just stops. I've reinstalled it a couple of times and this has happened every time. |
I'm reinstalling HIE daily, because it seems to stop working shortly after (possibly after every reboot? I'm not sure). I'm using NeoVim with coc. Edit: Looks like deleting the repository folder is what breaks HIE for me. I thought it was OK to delete after installing (via |
I'm running LanguageClient-neovim and hie-wrapper. The command I've configured in my
init.vim
ishie-wrapper -d -l /home/myuser/tmp/hie.log
.When I enter a project and execute a hover request, I get the below output also here in this pastebin.
There isn't an obvious error, however nothing at all happens inside neovim. There are no popups or output with any meaningful information.
The text was updated successfully, but these errors were encountered: