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: #502

Closed santhosh-tekuri closed 3 weeks ago

santhosh-tekuri commented 3 weeks ago

Did you check docs and existing issues?

Neovim version (nvim -v)

NVIM v0.10.0

Operating system/version

MacOS 14.0

Describe the bug

opening symbols in float mode causes error

Steps To Reproduce

try Trouble symbols win.type=float gives error but trying Trouble lap_document_symbols win.type=float works as expected

Expected Behavior

open symbols view in float window

Repro

No response

b0ae989c commented 3 weeks ago

Which LSP are you working with? Also, could you provide a minimal repro config?