intero.nvim
intero.nvim copied to clipboard
Haskell+Neovim lightning fast autocompletion and other IDE functionality
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...