Skip to content

Commit

Permalink
removing hyperlink-format flag due to issues with lower versions of rg
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Badragan authored and MagicDuck committed May 11, 2024
1 parent b5c242b commit 334f0ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/grug-far/rg/getArgs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ local function getArgs(inputs, options, extraArgs, blacklistedFlags)
table.insert(args, '--heading')
table.insert(args, '--column')
table.insert(args, '--field-match-separator=:')
table.insert(args, '--hyperlink-format=none')
table.insert(args, '--block-buffered')

if #inputs.replacement > 0 then
Expand Down

0 comments on commit 334f0ca

Please sign in to comment.