Replies: 1 comment 2 replies
-
That’s because the default parser only supports globs, it translates each argument to
If you wish to send raw arguments this way customize your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It works fine when I use it directly in zsh
but in fzf-lua,
color -- -g 'src/test/**/*' -ttsx
it throws an error:
rg: unrecognized file type: tsx
And I noticed that the
-t
option doesn't seem to work. Even when I wrote-tts
, it didn't work, although it didn't throw an error, other file types still appeared.~/.config/.ripgreprc
config:--type-add tsx:*.tsx
my fzf-lua config: my nvim config
Beta Was this translation helpful? Give feedback.
All reactions