ropevim
ropevim copied to clipboard
vim mode that uses rope library to provide features like python refactorings and code-assists
This is admittedly a big PR, and I appologize. I wanted to do the same change of setup as in https://github.com/python-rope/ropemode/pull/21 where pytest and github actions are introduced. However, ropevim...
I installed the plugin in neovim using packer and I also installed the rope, ropevim lib in conda virtual env using pip. I activate the conda env before I open...
I tried doing ```let ropevim_enable_shortcuts=0``` in my vimrc but the shortcuts are still being bound. How would I properly disable all shortcuts?
Last up. And let me just say thank you for maintaining this. As a maintainer of an open source project, I know this is not easy. Lastly, though some of...
Hi, I was very excited to try using this in VIm, but found it to be a frustrating mess. I'm filing some bugs for each problem I encountered. Details: I'm...
Is it possible to cache all site-packages? I use many many modules daily and it would be awesome to be able to autoimport from all of them, without having to...
I'm on Gvim on Windows7 (32-bit). Rope version is 0.9.4. I have following settings in my vimrc: ``` let ropevim_vim_completion = 1 let ropevim_extended_complete = 0 let ropevim_goto_def_newwin = 1...
After some attempts I do not seem to be able to setup `ropevim` in my Neovim setup(NvChad) which uses `lazyvim` plugin manager. I am using `python-language-server` (**pylsp**) LSP installed via...