python-rope / ropevim

vim mode that uses rope library to provide features like python refactorings and code-assists
GNU General Public License v2.0
245 stars 34 forks source link

How to use refactorings only? #82

Closed rdbisme closed 3 years ago

rdbisme commented 4 years ago

Hello, for searching files I use CtrlP and for completion I use YCM.

Is there a way to disable those functions and enable refactoring only?

rdbisme commented 3 years ago

In .vimrc

let ropevim_vim_completion = 0