Ropevim, rope in vim

Ropevim is a vim mode that uses rope library to provide features like python refactorings and code-assists. You should install rope library before using ropevim. — ropevim

Quick start

# install plugin in neovim
# on issues maybe need remov .ropeproject or fix python3_host_prog
# (disable virtualenv/pyenv)
pip install pynvim # for neovim
pip install ropevim