changed highlight of lsp-lens
This commit is contained in:
parent
d2979fe139
commit
c17e8cf7aa
|
@ -2,6 +2,7 @@ return {
|
||||||
{
|
{
|
||||||
"VidocqH/lsp-lens.nvim",
|
"VidocqH/lsp-lens.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
|
vim.api.nvim_set_hl(0, 'LspLens', { link = 'NonText', default = true })
|
||||||
require("lsp-lens").setup({
|
require("lsp-lens").setup({
|
||||||
enable = true,
|
enable = true,
|
||||||
sections = {
|
sections = {
|
||||||
|
@ -11,6 +12,7 @@ return {
|
||||||
git_authors = true,
|
git_authors = true,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
vim.api.nvim_set_hl(0, 'LspLens', { link = 'NonText', default = true })
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue