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 execute the command: Ack '=' the following line appears: 1 || /bin/bash/: ag: command not fount
In .vimrc I have set Ag behind the scene: let g:ackprg = 'ag --nogroup --nocolor --column'
Can someone tell me how to fix this please
The text was updated successfully, but these errors were encountered:
Options should go in let g:ack_default_options = "...."
let g:ack_default_options = "...."
Sorry, something went wrong.
BTW, I am able to get results just overriding g:ackprg, but jumping to it fails (it shows an etmpy buffer).
g:ackprg
This works:
let g:ackprg = "ag" let g:ack_default_options = " --case-sensitive --noheading --nopager --nocolor --nogroup --column"
No branches or pull requests
When I execute the command: Ack '=' the following line appears:
1 || /bin/bash/: ag: command not fount
In .vimrc I have set Ag behind the scene:
let g:ackprg = 'ag --nogroup --nocolor --column'
Can someone tell me how to fix this please
The text was updated successfully, but these errors were encountered: