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
The plugin works flawlessly when I launch vim from the command line however it fails within gVim:
|| /bin/bash: rubocop: command not found[/code]
Is it because I use rvm ?
The text was updated successfully, but these errors were encountered:
Having the same issue
Sorry, something went wrong.
It seems like gVim doesn't recognize your PATH.
Please try to add the following line to your .bashrc file:
.bashrc
export BASH_ENV=~/.bashrc
Otherwise, please try to add the following line to your .vimrc file:
.vimrc
let g:vimrubocop_rubocop_cmd = '/path/to/rubocop '
No branches or pull requests
The plugin works flawlessly when I launch vim from the command line however it fails within gVim:
|| /bin/bash: rubocop: command not found[/code]
Is it because I use rvm ?
The text was updated successfully, but these errors were encountered: