1 files changed,
1 insertions(+),
2 deletions(-)
M
lua/plugin/configs/telescope.lua
@@ -22,8 +22,7 @@ },
vimgrep_arguments = { "fd", "--colors=never", - "--type", - "files", + "--type=file", }, file_ignore_patterns = { ".git", "node_modules", "target", "env", ".bin" }, path_display = { shorten = 5 },