From: Samir Benmendil Date: Fri, 6 Feb 2015 19:31:20 +0000 (+0000) Subject: vim: disable pymode_rope X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/cf5a775d1e2cc46b00f5d16bb52b441396fa16ba?ds=sidebyside vim: disable pymode_rope --- diff --git a/vim/vimrc b/vim/vimrc index fba48a5..e1e5a29 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -438,6 +438,7 @@ autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTree " python-mode {{{2 let g:pymode_rope_completion = 0 +let g:pymode_rope = 0 let g:pymode_folding = 1 " synastic {{{2