parsonsmatt / intero-neovim

A neovim plugin for Intero, forked from ghcmod-vim
218 stars 28 forks source link

Include command :InteroInfoPreview #81

Closed unode closed 7 years ago

unode commented 7 years ago

Tried it today and I'm already sold. Intero is great for larger projects where using ghcmod-vim is just too slow.

The only feature I currently miss is something equivalent to :GhcModInfoPreview which is equivalent to :InteroInfo but the output is accumulated on a split buffer so you can visually compare types.

There's also the added bonus that syntax highlight can be enabled on this buffer.

parsonsmatt commented 7 years ago

I'm curious if opening the REPL handles this use case?

Here's the output I have after opening the REPL and running InteroInfo on two terms:

image

unode commented 7 years ago

I guess that works indeed. Not quite the same but close enough.

Thanks