We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I am working with non .rb files, like thor, Rakefile, rb executable, the autoformat does not work even when activated with :RufoOn.
.rb
:RufoOn
The text was updated successfully, but these errors were encountered:
Looks like this is configured here: https://github.com/ruby-formatter/rufo-vim/blame/master/plugin/rufo.vim#L33
Sorry, something went wrong.
Just add this to your vimrc in the meantime:
augroup RufoAutoFormat autocmd! autocmd BufWritePre *.rb,*.rake silent! call rufo#AutoFormat() augroup END
No branches or pull requests
When I am working with non
.rb
files, like thor, Rakefile, rb executable, the autoformat does not work even when activated with:RufoOn
.The text was updated successfully, but these errors were encountered: