Closed andrewferrier closed 6 years ago
It is not possible. Because, Vim/neovim does not support the feature. Closing.
I think you should disable parallel feature.
call deoplete#custom#option('num_processes', 1)
Ok, thanks for the clarification, I guess if vim doesn't support it, not much one can do. Thanks for the workaround - it works OK for me. Thanks for your work on this great plugin too.
Problems summary
When I have multiple sources defined for deoplete, some of which are slow to load (e.g. the dictionary source), and I'm "too quick" for deoplete and select an entry, it resets the selection as soon as further entries are loaded. This is an irritation and means I often end up selecting the wrong one or none at all.
Expected
deoplete doesn't change the selected entry from the complete list even when lazy-loading more entries from other sources.
Environment Information
deoplete version (SHA1): 75f4dcbf99c16d827c8664399e07b6ae38650acf
OS: Darwin Kernel Version 15.5 (OS X 10.11.5) - although it seems to be OS-agnostic.
neovim/Vim
:version
output:Features: +acl +iconv +jemalloc +tui See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim" fall-back for $VIM: "/usr/local/Cellar/neovim/0.3.1/share/nvim"
health#deoplete#check
deoplete.nvim
health#nvim#check
Configuration
Performance
Remote Plugins
terminal
health#provider#check
Clipboard (optional)
Python 2 provider (optional)
g:python_host_prog
is not set. Searching for python2 in the environment.Python 3 provider (optional)
g:python3_host_prog
is not set. Searching for python3 in the environment.Ruby provider (optional)
Node.js provider (optional)
Provide a minimal init.vim/vimrc with less than 50 lines (Required!)
How to reproduce the problem from neovim/Vim startup (Required!)
Generate a logfile if appropriate