Adding new stuff
This commit is contained in:
parent
cb028acf05
commit
7b21428a6d
451 changed files with 6 additions and 1 deletions
4
.vimrc
4
.vimrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue