Shougo / neocomplcache.vim

Ultimate auto-completion system for Vim.
http://www.vim.org/scripts/script.php?script_id=2620
1.72k stars 135 forks source link

Can remove completefunc in neocomplcache? #503

Closed ghost closed 9 years ago

ghost commented 9 years ago

I noticed you removed completefunc in neocomplete: https://github.com/Shougo/neocomplete.vim/issues/315

Can this be done in neocomplcache? Because I'm using neovim and it has no lua support, so I use neocomplcache and it gives conflict with plugins that set their own complete function.

Shougo commented 9 years ago

No. Because, neocomplcache development is already finished.

For neovim, I will develop new completion plugin. https://github.com/Shougo/deoplete.nvim

It does not use completefunc anymore.

ghost commented 9 years ago

Thanks!!