plugin cleanup

This commit is contained in:
Haak Saxberg 2015-12-02 18:00:56 -08:00 committed by Haak Saxberg
parent 03332c84b8
commit 66aad91e9c
3 changed files with 51 additions and 34 deletions

View file

@ -1,4 +1,3 @@
" Syntastic
let g:syntastic_python_checkers = ['pyflakes', 'pep8', 'pep257']
let g:syntastic_python_pep8_args='--ignore=E501'

View file

@ -1,3 +1,6 @@
" Syntastic
let g:syntastic_ruby_checkers = ['rubocop']
" vim-rspec mappings
nnoremap <Leader>t :call RunCurrentSpecFile()<CR>
nnoremap <Leader>s :call RunNearestSpec()<CR>