mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Add --no-ignore in rg flags
This commit is contained in:
@@ -46,7 +46,8 @@ local ripgrep = function(opts)
|
||||
end
|
||||
|
||||
return vim.iter({
|
||||
{ "rg", "--color=never", "--no-heading", "--with-filename", "--line-number", "--column", "--smart-case", },
|
||||
{ "rg", "--color=never", "--no-heading", "--with-filename", "--line-number", "--column", },
|
||||
{ "--no-hidden", "--smart-case", },
|
||||
glob,
|
||||
{ "--", search },
|
||||
}):flatten():totable()
|
||||
|
||||
Reference in New Issue
Block a user