We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ae6c8 commit b44d056Copy full SHA for b44d056
lsp-ivy.el
@@ -128,7 +128,7 @@
128
(forward-char character))
129
130
(lsp-defun lsp-ivy--format-symbol-match
131
- ((&SymbolInformation :name :kind :container-name? :deprecated? :location (&Location :uri))
+ ((&SymbolInformation :name :kind :container-name? :location (&Location :uri))
132
project-root)
133
"Convert the match returned by `lsp-mode` into a candidate string."
134
(let* ((sanitized-kind (if (< kind (length lsp-ivy-symbol-kind-to-face)) kind 0))
0 commit comments