Mercurial > dotfiles
comparison vim/vimrc @ 252:a2e31e166cb9
Just keep flake8 for Python checking in Vim.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 06 Jan 2015 23:17:26 -0800 |
parents | 3a6b11d16a2a |
children | de3ef7fbcfc1 |
comparison
equal
deleted
inserted
replaced
251:7fd33f60cfee | 252:a2e31e166cb9 |
---|---|
251 | 251 |
252 " Syntastic {{{ | 252 " Syntastic {{{ |
253 | 253 |
254 " flake8 includes pyflakes, pep8, and mccabe | 254 " flake8 includes pyflakes, pep8, and mccabe |
255 " I could maybe replace pyflakes with frosted? | 255 " I could maybe replace pyflakes with frosted? |
256 let g:syntastic_python_checkers = ['flake8', 'pylint'] | 256 let g:syntastic_python_checkers = ['flake8'] ", 'pylint'] |
257 let g:syntastic_python_python_exec = 'python3' | 257 let g:syntastic_python_python_exec = 'python3' |
258 | 258 |
259 " }}} | 259 " }}} |
260 | 260 |
261 " Supertab {{{ | 261 " Supertab {{{ |