nvim-treesitter / playground

Treesitter playground integrated into Neovim
Apache License 2.0
897 stars 47 forks source link

Floating window zindex in config. #108

Open spimanov opened 1 year ago

spimanov commented 1 year ago

Hello dear all! In some cases (e.g. to use TSHighlightCapturesUnderCursor on LSP documentation (which is also in a floating window) we have to specify zindex of the playground's floating window in order to make it on top of the z-buffer. I'd suggest to specify a floating_window_zindex value in the module configuration. Please take a look at the PR. Thank you!

clason commented 1 year ago

Thank you, but that function is deprecated and replaced by :Inspect in Neovim so it will be removed when 0.9.0 is released.

spimanov commented 1 year ago

Got it, thank you!