Created
March 18, 2014 09:04
-
-
Save beregond/9616272 to your computer and use it in GitHub Desktop.
For VIM config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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