Skip to content

Commit

Permalink
Make sure to follow symbolic links when searching
Browse files Browse the repository at this point in the history
  • Loading branch information
ldonnez committed Jul 12, 2024
1 parent 1366453 commit 06d6eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/lua/plugins/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function M.config()
pickers = {
find_files = {
layout_config = layout_config,
find_command = { "fd", "--hidden", "--no-ignore-vcs", "--type", "f" },
find_command = { "fd", "--hidden", "--no-ignore-vcs", "--follow", "--type", "f" },
},
live_grep = {
layout_config = layout_config,
Expand Down

0 comments on commit 06d6eea

Please sign in to comment.