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

No lenses shown #33

Open Sleepful opened 7 months ago

Sleepful commented 7 months ago

Hi,

I don't see any lenses when I turn this on. Maybe the reason is because the LSP doesn't offer any lenses, how do I confirm if the LSP is offering lenses or not? I tried this:

:lua print(vim.inspect(vim.lsp.codelens.get()))

and it results in {} which seems like no lenses are available, but IDK if I am doing something wrong