From 735da326807c6be7981e6ad151164004c6d8bdbd Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Thu, 10 Mar 2022 11:53:50 +0100 Subject: [PATCH] add ropevim --- init.vim | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.vim b/init.vim index b0aa4c0..00ecb82 100644 --- a/init.vim +++ b/init.vim @@ -113,6 +113,7 @@ Plug 'jwalton512/vim-blade', { 'for': 'php' } Plug 'jeetsukumaran/vim-pythonsense', { 'for': ['python'] } " text objects for python Plug 'heavenshell/vim-pydocstring', { 'for': ['python'], 'do': 'make install' } Plug 'anntzer/vim-cython', { 'for': ['python']} +Plug 'python-rope/ropevim' "}}} "{{{ CSV @@ -310,8 +311,6 @@ let vim_tags_ctags_binary='~/bin/phpctags'" " Java config autocmd FileType java setlocal omnifunc=javacomplete#Complete -" Python-mode config -let g:pymode_lint_on_write = 0 " Vimtex{{{ if !exists('g:neocomplete#sources#omni#input_patterns')