fix: add no require git to rg command backend #4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ local rg = {
|
|||
command = "IvyRg",
|
||||
description = "Run ripgrep to search for content in files",
|
||||
keymap = "<leader>/",
|
||||
items = utils.command_finder "rg --vimgrep --",
|
||||
items = utils.command_finder "rg --no-require-git --max-columns 200 --vimgrep --",
|
||||
callback = utils.vimgrep_action(),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue