Skip to content

Instantly share code, notes, and snippets.

@beregond
Created March 18, 2014 09:04
Show Gist options
  • Save beregond/9616272 to your computer and use it in GitHub Desktop.
Save beregond/9616272 to your computer and use it in GitHub Desktop.
For VIM config
set nofoldenable
set title
let g:syntastic_python_checkers=['python', 'pylama', 'py3kwarn']
au BufEnter * set cc=80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment