nvim: lsp: Enable semantic token highlighting
This effectively reverts commit 0c9e0eb
.
This commit is contained in:
parent
4c409188be
commit
fe7ca593ae
1 changed files with 0 additions and 3 deletions
|
@ -159,9 +159,6 @@ local on_attach = function(client, bufnr)
|
|||
end
|
||||
end
|
||||
|
||||
-- Opt out of semantic highlighting
|
||||
client.server_capabilities.semanticTokensProvider = nil
|
||||
|
||||
if client.server_capabilities.codeLensProvider then
|
||||
vim.api.nvim_create_autocmd({"CursorHold", "CursorHoldI", "InsertLeave"}, {
|
||||
group = lsp_augroup_id,
|
||||
|
|
Loading…
Reference in a new issue