style(lsp): remove refs to document_highlight, which is no longer used

This commit is contained in:
Folke Lemaitre 2024-12-16 17:47:07 +01:00
parent 301135b274
commit 0b6d1c0050
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 0 additions and 8 deletions

View file

@ -56,8 +56,4 @@ return {
{ "[[", desc = "Prev Reference" },
},
},
{
"neovim/nvim-lspconfig",
opts = { document_highlight = { enabled = false } },
},
}

View file

@ -46,10 +46,6 @@ return {
codelens = {
enabled = false,
},
-- Enable lsp cursor word highlighting
document_highlight = {
enabled = true,
},
-- add any global capabilities here
capabilities = {
workspace = {