This commit is contained in:
2016-07-10 14:24:05 +02:00
parent e8a1a0f8d9
commit 86a76ab4b3

View File

@@ -88,7 +88,7 @@ nnoremap <silent> <F10> :CtrlPBuffer<CR>
" Python mode
" 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_options_max_line_length = 100
let g:pymode_rope = 0
if has("python3")