Closed
Description
Discussed in #2532
Originally posted by j-hui November 14, 2023
I'm trying to see if I can get Fidget to avoid rendering on top of the nvim-tree window when it's open. I see there's already an event subscription mechanism, but is there any way to dynamically query the position and width of the nvim-tree window?
I saw this question but it suggests the only option is to enumerate through all window IDs and search for the nvim-tree window. Is there any API that is more direct?
Thanks!