junegunn / fzf.vim

fzf :heart: vim
MIT License
9.62k stars 584 forks source link

How can I search specify filetype under fzf Ag or Rg #1191

Open rmGFW opened 3 years ago

rmGFW commented 3 years ago

How can I search specify filetype under fzf Ag or Rg 🙏

Grueslayer commented 3 years ago

FIrst of all I recommand using https://github.com/jesseleite/vim-agriculture as FZF extension. It replaces :Rgand :Ag with quite better defaults and uses Rg/Ag for searching instead filtering the result. Furthermore :AgRaw / :RgRaw gives you the ability to pass paramaters to the command.

:RgRaw -g "**/*.txt" ""