mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 09:48:59 +02:00
style(lsp): remove refs to document_highlight
, which is no longer used
This commit is contained in:
parent
301135b274
commit
0b6d1c0050
2 changed files with 0 additions and 8 deletions
|
@ -56,8 +56,4 @@ return {
|
||||||
{ "[[", desc = "Prev Reference" },
|
{ "[[", desc = "Prev Reference" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"neovim/nvim-lspconfig",
|
|
||||||
opts = { document_highlight = { enabled = false } },
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,10 +46,6 @@ return {
|
||||||
codelens = {
|
codelens = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
},
|
},
|
||||||
-- Enable lsp cursor word highlighting
|
|
||||||
document_highlight = {
|
|
||||||
enabled = true,
|
|
||||||
},
|
|
||||||
-- add any global capabilities here
|
-- add any global capabilities here
|
||||||
capabilities = {
|
capabilities = {
|
||||||
workspace = {
|
workspace = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue