I'm not sure if the code lens highlight groups are set, but by default they are a bit too jarring. <img width="819" alt="Screenshot 2022-10-10 at 17 31 36" src="https://user-images.githubusercontent.com/1076057/194913439-9802f912-7797-463c-af53-06219cc33e6a.png"> As a quick fix, I've linked it to the Comment highlight `vim.cmd [[ highlight link LspCodeLens Comment ]]` and I think the result looks much better. <img width="815" alt="Screenshot 2022-10-10 at 17 31 24" src="https://user-images.githubusercontent.com/1076057/194913608-72fca02f-e174-4ecc-abf6-81ab20a70f3b.png">
I'm not sure if the code lens highlight groups are set, but by default they are a bit too jarring.

As a quick fix, I've linked it to the Comment highlight

vim.cmd [[ highlight link LspCodeLens Comment ]]and I think the result looks much better.