changed highlight of lsp-lens

This commit is contained in:
Sven Vogel 2024-06-06 14:05:09 +02:00
parent d2979fe139
commit c17e8cf7aa
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ return {
{
"VidocqH/lsp-lens.nvim",
config = function()
vim.api.nvim_set_hl(0, 'LspLens', { link = 'NonText', default = true })
require("lsp-lens").setup({
enable = true,
sections = {
@ -11,6 +12,7 @@ return {
git_authors = true,
},
})
vim.api.nvim_set_hl(0, 'LspLens', { link = 'NonText', default = true })
end,
},
}