Jedi integration for coc.nvim.
This plugin start a python server which attached to neovim/vim, and make the nodejs part communicate with python server by use notification, it would never block your vim.
Deprecated, use coc-python instead.
Use plugin manager, like vim-plug by add:
Plug 'neoclide/coc.nvim', {'do': { -> coc#util#install()}}
Plug 'neoclide/coc-jedi', {'do': 'yarn install'}
to your init.vim
and run:
:PlugInstall
Restart your vim.
Note: no need to use lazyload for this plugin.
Note: this plugin contains vim part, it can't be installed by :CocInstall
command.
- Completion
- Signature help, support current active param.
- Hover for documentation, show full path & doc string.
- Goto definition.
- Goto references.
- Document symbols.
TODO
TODO
MIT