vim-erlang / vim-erlang-omnicomplete

Erlang omnicomplete plugin for Vim
Other
58 stars 17 forks source link

Any deoplete implementation? #23

Closed ggerico closed 6 years ago

ggerico commented 6 years ago

I know ... but could you make vim-erlang-omnicomplete compatible with the deoplete plugin? It works like a charm with the alchemist.vim plugin for elixir and a dozen of others languages!

Tks!

hcs42 commented 6 years ago

I don't use Neovim, so I won't implement support for Neovim features/plugins myself. But if I receive a PR, I can test it and merge it if it works.

wsdjeg commented 6 years ago

deoplete support vim8 now, and deoplete has omni source.

shymega commented 6 years ago

@wsdjeg Not entirely sure what you mean by that, but I can confirm that deoplete (I'm running it on neovim) does have this plugin as a source, which is good, for sure. However, its just getting deoplete to automatically suggest completions, as I currently have to use C-x C-o. Other languages do not appear to have this limitation.