Skip to content

Commit

Permalink
Add --no-config to default rg options
Browse files Browse the repository at this point in the history
As per:

    #55 (comment)

we don't want a local `.ripgreprc` file to break Ferret.
  • Loading branch information
wincent committed Dec 25, 2018
1 parent 92775fd commit a6fcc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/ferret/private.vim
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ endfunction
let s:force=get(g:, 'FerretExecutable', 'rg,ag,ack,ack-grep')

let s:executables={
\ 'rg': '--vimgrep --no-heading',
\ 'rg': '--vimgrep --no-config --no-heading',
\ 'ag': '',
\ 'ack': '--column --with-filename',
\ 'ack-grep': '--column --with-filename'
Expand Down

0 comments on commit a6fcc78

Please sign in to comment.