Shougo
Shougo
It is implemented in deoppet.nvim. So closing.
Oh... different feature.
> @Shougo, I would love to provide support for dein.vim as well (NeoBundle is already supported). Could you help us point out ways to find out all the files that...
I have checked your video. It seems completor.vim problem. Unfortunately, vim/vim#517 does not fix your problem. completor.vim uses timer feature. If the completion is done when your popup is visible,...
It is not easy. Because, `pumvisible()` works only in `` mappings.
> The fix #61 should improve this problem. @amadeus It closes the popup when every key stroke like `g:deoplete#enable_refresh_always`. Yes, the flicker will be worse. It is the accurate result...
Completor requires vim compiled with python or python3 and has features `job`, `timers` and `lambda`
You should check it by `:echo has('python')` and `:echo has('python3')`
Completor requires vim compiled with python or python3 and has features `job`, `timers` and `lambda`
Please execute `:echo has('python')` and `:echo has('python3')` in your Vim.
Completor requires vim compiled with python or python3 and has features `job`, `timers` and `lambda`
And what is your Vim version?
Completor requires vim compiled with python or python3 and has features `job`, `timers` and `lambda`
The check is here. I think your Vim is too old or if_python and if_python3 are not enabled. https://github.com/maralla/completor.vim/blob/master/plugin/completor.vim#L12