intero.nvim icon indicating copy to clipboard operation
intero.nvim copied to clipboard

Haskell+Neovim lightning fast autocompletion and other IDE functionality

Results 4 intero.nvim issues
Sort by recently updated
recently updated
newest added

I'm not able to get intero.nvim to run... I've installed it, and have it running in my project root, but when I try to use any of the functions from...

A deoplete backend would be great. It's often more pleasant then working via omnifunc.

After I do any of - `:InteroType` - `:InteroGoto` (and fail) - `:InteroUses` the cursor gets sent to the beginning of the line. It would be if it gets placed...

When I select a function/code manually and call InteroType, the last letter of the selection is removed. The issue is in [here](https://github.com/myfreeweb/intero.nvim/blob/master/autoload/intero/util.vim#L6) with the '- 2' at the end. There...