Hi, you can add the "vim-Integration" in the README: put in .vimrc au BufEnter *.scala setl formatprg=scala\ -cp\ /path/to/scalariform_2.8.0-0.0.5.jar\ scalariform.commandline.Main After that the gq-Command uses scalariform. Regards Oliver