Adding new stuff
This commit is contained in:
parent
3d621f7993
commit
91c18a10da
449 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
|
@ -253,12 +253,13 @@ syntax on
|
|||
" W391 - blank line at end of file
|
||||
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_lint_ignore="E501,W601,W391,W0401,E702"
|
||||
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']
|
||||
let g:pymode_breakpoint_cmd = 'import ipdb; ipdb.set_trace() # XXX BREAKPOINT'
|
||||
|
||||
" Make quickfix screen smaller
|
||||
let g:syntastic_loc_list_height=1
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue