Adding new stuff

This commit is contained in:
ViktorBarzin 2017-12-09 13:49:26 +00:00
parent cb028acf05
commit 7b21428a6d
451 changed files with 6 additions and 1 deletions

4
.vimrc
View file

@ -251,12 +251,14 @@ syntax on
" Ignore flake8 E501 for lines longer than 80 characters
" E128 - visual continuation
" W391 - blank line at end of file
let g:syntastic_python_flake8_args='--ignore=W391, E501'
let g:syntastic_python_flake8_args='--ignore=W391, E501, E702'
let g:syntastic_python_flake8_show_quickfix=0
let g:pymode_lint_ignore="E501,W601,W391,W0401"
let g:pymode_rope_lookup_project = 0
let g:pymode_lint_cwindow = 0
let g:pymode_rope = 0
let g:pymode_python="python3"
let g:pymode_lint_checkers = ['pep8']
" Make quickfix screen smaller
let g:syntastic_loc_list_height=1