I'm familiarizing myself with hie on vim8.0.
The suggestion information below the status line would be pretty useful.
For example, in this case, the information is:
"... do filter gamelength allWords :: IO WordList why not : filter gameLength..."
However I can only see part of the information. After googling for about 2 hours. I start to realize this information might be different from things in status-line. I configured the hie following this instruction on my Mac. https://github.com/haskell/haskell-ide-engine#using-hie-with-vim-or-neovim
So, my question is how can I see the entire information?
Thanks a lot for any possible help !