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 } },
},
}