Highlight only the symbol under cursor?

Is there a way to apply a highlight group to only the instance of a symbol currently under the cursor? I’d like to use vim.lsp.buf.document_highlight() to highlight other references while also giving the instance under the cursor different highlighting.