valpackett / intero.nvim

Haskell+Neovim lightning fast autocompletion and other IDE functionality
The Unlicense
78 stars 0 forks source link

Deoplete backend #4

Open expipiplus1 opened 8 years ago

expipiplus1 commented 8 years ago

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

valpackett commented 8 years ago

How is that more pleasant? Shouldn't they display the exact same interface?

intero.nvim is so fast it doesn't need to be used asynchronously.

expipiplus1 commented 8 years ago

Deoplete allows quite a lot of configuration.

Perhaps more importantly, it allows displaying completions from various sources at the same time, so one wouldn't be just limited to intero's suggestions.

valpackett commented 8 years ago

Doesn't deoplete have an omnifunc source?

expipiplus1 commented 8 years ago

yes, I'm not sure what the state of it is. Last time I used it it wasn't really usable: slow and lacking some functionality.

rgrinberg commented 8 years ago

Deoplete is quite a bit nicer as it does more than just prefix completion.