Do I need neocomplete in addition to vim-elixir and alchemist.vim?

Do I need neocomplete in addition to vim-elixir and alchemist.vim?

From what I read neocomplete provides code completion for a number of languages, which may or may not include elixir.

Does the vim-elixir/alchemist.vim combination also provide that on their own?

1 Like

Do I need neocomplete in addition to vim-elixir and alchemist.vim?
Does the vim-elixir/alchemist.vim combination also provide that on their own?

No and no. To use vim-elixir and alchemist.vim you do not need, but for completion do you need of something extra. In the Alchemist.vim docs shows that you can use deoplete or YouCompleteMe for completion (I do not know if works with the neocomplete).

I use deoplete.

Still no. You can use built-in features in from of omnifunc and completefunc via ^x^o and ^x^u respectively.

1 Like