VidocqH / lsp-lens.nvim

Neovim plugin for displaying references and difinition infos upon functions like JB's IDEA.
MIT License
252 stars 15 forks source link

syntax highlighting not working when lsp-lens active #32

Open hsheikhali1 opened 7 months ago

hsheikhali1 commented 7 months ago

I think this might be a me issue but I'm confused why lsp-lens disables syntax highlighting when active when it finds a reference for a function or anything else.

Here is an example. CleanShot 2023-11-21 at 09 57 31

and here is an example where there are no references CleanShot 2023-11-21 at 09 59 28

Am I missing anything here?