Skip to content

Commit

Permalink
feat(fzf): grep with --glob support from rg
Browse files Browse the repository at this point in the history
ex: search for patterns within files: `pattern.*foo -- *.lua`
ref: https://www.reddit.com/r/neovim/s/zWuC8kbumZ
  • Loading branch information
WilliamHsieh committed Jun 25, 2024
1 parent 815477c commit 943dcdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nvim/lua/plugins/fzf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ M.opts = {
cmd = "man %s | col -bx",
},
},
grep = {
rg_glob = true,
}
}

return M

0 comments on commit 943dcdb

Please sign in to comment.