diff --git a/lsp-ivy.el b/lsp-ivy.el index 093e668..6fa6ac7 100644 --- a/lsp-ivy.el +++ b/lsp-ivy.el @@ -128,7 +128,7 @@ (forward-char character)) (lsp-defun lsp-ivy--format-symbol-match - ((&SymbolInformation :name :kind :container-name? :deprecated? :location (&Location :uri)) + ((&SymbolInformation :name :kind :container-name? :location (&Location :uri)) project-root) "Convert the match returned by `lsp-mode` into a candidate string." (let* ((sanitized-kind (if (< kind (length lsp-ivy-symbol-kind-to-face)) kind 0))