mirror of
https://github.com/amix/vimrc
synced 2025-06-23 15:04:59 +08:00
Use syntastic instead of pyflakes (supports a ton of more languages)
This commit is contained in:
@ -113,3 +113,9 @@ let g:goyo_width=100
|
||||
let g:goyo_margin_top = 2
|
||||
let g:goyo_margin_bottom = 2
|
||||
nnoremap <silent> <leader>z :Goyo<cr>
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" => Syntastic (syntax checker)
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
let g:syntastic_python_checkers=['pyflakes']
|
||||
|
Reference in New Issue
Block a user