neovimhaskell/haskell-vim

Feature Request: command that echos type

CallumHoward opened this issue · 2 comments

Could we have a command that echos the current type as seen here?

Why not just use the ghc-mod plugin? That's what I'm doing.

@raichoo You got me there, that's a good point. I guess I already have neomake, and so I wanted to avoid doubling up and loading more plugins than I must. When I get some time to configure it, I'll give it a try.