提交 dad434ff authored 作者: Shawn Tan's avatar Shawn Tan

Modified Developer Start Guide VIM instructions

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