from [here](https://github.com/dense-analysis/ale/issues/1483#issuecomment-381541251) ```vim vmap <leader>f !cat > /tmp/tmp.r; Rscript -e 'styler::style_file("/tmp/tmp.r")' > /tmp/tmp.r.error; cat /tmp/tmp.r<CR> ```