Update dotfiles
This commit is contained in:
parent
216cffe66d
commit
a450e1f739
1 changed files with 2 additions and 1 deletions
3
.vimrc
3
.vimrc
|
|
@ -246,7 +246,8 @@ syntax on
|
|||
" W391 - blank line at end of file
|
||||
" let g:syntastic_python_flake8_args='--ignore=W391, E501, E701, E702'
|
||||
" let g:syntastic_python_flake8_show_quickfix=1
|
||||
let g:pymode_lint_ignore="E501,W601,W391,W0401,E702,E701"
|
||||
" let g:pymode_lint_ignore="E501,W601,W391,W0401,E702,E701"
|
||||
let g:pymode_lint_ignore=["E501","W601","W391","W0401","E702","E701"]
|
||||
let g:pymode_lint_settingscwindow = 1
|
||||
let g:pymode_rope = 1
|
||||
" let g:pymode_rope_autoimport = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue