plugin cleanup
This commit is contained in:
parent
03332c84b8
commit
66aad91e9c
3 changed files with 51 additions and 34 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
" Syntastic
|
||||
let g:syntastic_python_checkers = ['pyflakes', 'pep8', 'pep257']
|
||||
let g:syntastic_python_pep8_args='--ignore=E501'
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue