提交 d05a3c21 authored 作者: Pascal Lamblin's avatar Pascal Lamblin 提交者: GitHub

Merge pull request #4893 from shawntan/master

Modified Developer Start Guide VIM instructions
...@@ -154,6 +154,8 @@ To setup VIM: ...@@ -154,6 +154,8 @@ To setup VIM:
Plugin 'scrooloose/syntastic' Plugin 'scrooloose/syntastic'
Plugin 'jimf/vim-pep8-text-width' Plugin 'jimf/vim-pep8-text-width'
call vundle#end()
" Syntastic settings " Syntastic settings
" You can run checkers explicitly by calling :SyntasticCheck <checker " You can run checkers explicitly by calling :SyntasticCheck <checker
let g:syntastic_python_checkers = ['flake8'] "use one of the following checkers: let g:syntastic_python_checkers = ['flake8'] "use one of the following checkers:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论