disable rope

This commit is contained in:
2016-02-08 04:28:13 +01:00
parent e6a89662c7
commit 236285857b

View File

@@ -89,6 +89,8 @@ nnoremap <silent> <F10> :CtrlPBuffer<CR>
" Enable colorcolumn display at max_line_length *'g:pymode_options_colorcolumn'*
let g:pymode_options_colorcolumn = 1
let g:pymode_options_max_line_length = 100
let g:pymode_rope = 0
if has("python3")
let g:pymode_python = 'python3'
endif