mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 10:15:01 +02:00
namespace document highlight under lsp
This commit is contained in:
parent
e4e8b38012
commit
ff89ebd8e6
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ local function documentHighlight(client, bufnr)
|
||||||
end
|
end
|
||||||
local lsp_config = {}
|
local lsp_config = {}
|
||||||
|
|
||||||
if O.document_highlight then
|
if O.lsp.document_highlight then
|
||||||
function lsp_config.common_on_attach(client, bufnr)
|
function lsp_config.common_on_attach(client, bufnr)
|
||||||
documentHighlight(client, bufnr)
|
documentHighlight(client, bufnr)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue