let g:pymode_rope_completion = 0
let g:pymode_rope = 0
+let g:pymode_run = 0
let g:pymode_folding = 1
let g:pymode_lint_ignore = "E221,E266,E501"
+let g:pymode_lint_cwindow = 0 " don't open cwindow when linting
let g:pymode_syntax_space_errors = 0 " don't bother me when I'm typing
" signature {{{2