]> git.rmz.io Git - dotfiles.git/blobdiff - vim/vimrc
vim: disable pymode_rope
[dotfiles.git] / vim / vimrc
index fba48a5ec9dc2ce6cea0672d1832387861b64231..e1e5a291ae2b8c0c9980d98e5892454f221f7d38 100644 (file)
--- 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