summaryrefslogtreecommitdiff
path: root/lua/telescope
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope')
-rw-r--r--lua/telescope/builtin/files.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/builtin/files.lua b/lua/telescope/builtin/files.lua
index db3db9b..90e52f5 100644
--- a/lua/telescope/builtin/files.lua
+++ b/lua/telescope/builtin/files.lua
@@ -209,7 +209,7 @@ files.find_files = function(opts)
log.warn "The `no_ignore` key is not available for the `find` command in `find_files`."
end
if follow then
- table.insert(find_command, "-L")
+ table.insert(find_command, 2, "-L")
end
if search_dirs then
table.remove(find_command, 2)