changed highlight of lsp-lens
This commit is contained in:
parent
d2979fe139
commit
c17e8cf7aa
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue