folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.11k stars 173 forks source link

bug: Can't send telescope git status to trouble #521

Closed niba closed 1 week ago

niba commented 1 week ago

Did you check docs and existing issues?

Neovim version (nvim -v)

0.10.0

Operating system/version

MacOs 14.3

Describe the bug

When you try to send a git status data to trouble then you get an error: "Filename is required" As a workaround you can send it to quickfix first

Steps To Reproduce

  1. Integrate trouble with telescope
  2. Open telescope using git status command: Telescope git_status
  3. Try to send data to trouble

Expected Behavior

Trouble should open and consume list of files.

Repro

No response