Skip to content

Instantly share code, notes, and snippets.

@rdkls
Created September 10, 2018 05:31
Show Gist options
  • Save rdkls/5a44c551220d2ec8ec4cd51f20e8067e to your computer and use it in GitHub Desktop.
Save rdkls/5a44c551220d2ec8ec4cd51f20e8067e to your computer and use it in GitHub Desktop.
.vimrc settings for python-mode long lines
let g:pymode_options_max_line_length = 120
let g:pymode_lint_options_pep8 = {'max_line_length': g:pymode_options_max_line_length}
let g:pymode_options_colorcolumn = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment