nvim-treesitter/nvim-treesitter-context

I wish that pluggin work on popup window

mvmx3 opened this issue · 2 comments

I like that pluggin, I wish that pluggin work on popup window.

I use "dnlhc/glance.nvim" to open popup window to preview function. I often press gd open a preview window, then press [[ to look at function name. It is awful.

I wish function name is displayed in popup window head.

wellle/context.vim support that feature, but It can't use highlight.
I tried to add that feature, but failed.

It is my error. nvim-treesitter-context default zindex is 20, glance.nvim zindex is 45.

I set zindex to 50 solving that issue.