Open
Description
In lsp-ui-imenu--visit
and lsp-ui-imenu--view
, replace
(goto-char marker)
with
(goto-char (overlay-start marker))
Without the above changes I get the following error
funcall-interactively: Wrong type argument: integer-or-marker-p, #<overlay from 16721 to 16752 in xdisp.c>