Skip to content

Windows complain No suitable file search tool found. Please install fd, rg, or git. #63

Description

@tamlok

Hi,

Thanks for the plugin :)

I try to set it up on Windows. I get the error after <Leader>oi and enter @.

No suitable file search tool found. Please install fd, rg, or git.

I have already checked that fd/rg/git are all installed correctly.

When running opencode in the terminal, typeing @ won't trigger the same error.

I could repro this with empty default configs or something like this:

return {
  "sudo-tee/opencode.nvim",
  config = function()
    require("opencode").setup({
      ui = {
        completion = {
          file_sources = {
            preferred_cli_tool = "rg",
          }
        }
      },
    })
  end,
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions