Shougo

Results 764 comments of Shougo

It is implemented in deoppet.nvim. So closing.

> @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...

You should check it by `:echo has('python')` and `:echo has('python3')`

Please execute `:echo has('python')` and `:echo has('python3')` in your Vim.

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