make python allowed width 120

master
Arne Schauf 10 years ago
parent 3e4a40acd4
commit 182655ec2e
  1. 3
      vimrc

@ -150,12 +150,13 @@ Bundle 'klen/python-mode'
let g:pymode_folding = 0
let g:pymode_quickfix_minheight = 1
let g:pymode_lint_on_fly = 1
let g:pymode_lint_ignore = "E501,W0611,W0401,"
let g:pymode_lint_ignore = "W0611,W0401,"
let g:pymode_rope_autoimport_import_after_complete = 1
let g:pymode_doc = 0
let g:pymode_motion = 0
let g:pymode_rope_completion = 0
let g:pymode_lint_cwindow = 0
let g:pymode_options_max_line_length = 120
" set completeopt=menu
" Docker highlighting

Loading…
Cancel
Save