aboutsummaryrefslogtreecommitdiff
path: root/bin/rgf
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2025-07-19 21:42:52 -0400
committerAlec Goncharow <alec@goncharow.dev>2025-07-19 21:42:52 -0400
commita77fb9a2fa2eabecd422edb7ea59209e939db79d (patch)
treef0181148fcd92dc18f52033802f34260663e0fa5 /bin/rgf
parentbac4487c9db82cce5e9f223e7843095df19b04a7 (diff)
reject modernity return to rg fzf
jai lsp is too janky for my purposes, just use normal string searching also go vim plugin likes to announce things on launch everytime, it's bit annoying, uninstall for now.
Diffstat (limited to 'bin/rgf')
-rwxr-xr-xbin/rgf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rgf b/bin/rgf
index 881359d..49a9fe7 100755
--- a/bin/rgf
+++ b/bin/rgf
@@ -7,7 +7,7 @@ if [[ "${TRACE-0}" == "1" ]]; then
fi
main() {
- result=$(rg --ignore-case --color=always --line-number --no-heading "$@" |
+ result=$(rg -L --ignore-case --color=always --line-number --no-heading "$@" |
fzf --ansi \
--color 'hl:-1:underline,hl+:-1:underline:reverse' \
--delimiter ':' \