Open beajeanm opened 2 years ago
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.
vim.cmd [[ highlight link LspCodeLens Comment ]]
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.