Shougo / deoplete.nvim

:stars: Dark powered asynchronous completion framework for neovim/Vim8
Other
5.94k stars 295 forks source link

Use deoplete.nvim error #822

Closed Hello-Linux closed 6 years ago

Hello-Linux commented 6 years ago

Problems summary

When I finished the installation, the configuration did not take effect

Environment Information

" For Vim only My config is

Plugin 'Shoug︎o/deoplete.nvim'
Plugin 'roxma/︎nvim-yarp'
Plugin 'rox︎ma/vim-hug-neovim-rpc' let g:deoplete#en︎able_at_startup = 1

Generate a logfile if appropriate

  1. export NVIM_PYTHON_LOG_FILE=/tmp/log
  2. export NVIM_PYTHON_LOG_LEVEL=DEBUG
  3. nvim -u minimal.vimrc
  4. some works
  5. cat /tmp/log_{PID}

Screenshot (if possible)

error

Shougo commented 6 years ago

Please upload :messages result.

su8 commented 6 years ago

I get it too:

su8 commented 6 years ago

I'm not using neovim though, but pure vim/gvim, so it's not related to #673

Shougo commented 6 years ago

@su8 Have you read vim-hug-neovim-rpc requirements? I think not.

https://github.com/roxma/vim-hug-neovim-rpc#requirements

Shougo commented 6 years ago

You need to install neovim module by pip3.