Skip to content

How can I ignore certain files when using fuzzy_finder? #1610

Answered by gengdz
gengdz asked this question in Q&A
Discussion options

You must be logged in to vote

I found the answer

      filesystem = {
        find_args = { -- you can specify extra args to pass to the find command.
          fd = {
            "--ignore",
            "--exclude",
            ".git",
          },
        },
      },

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gengdz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant