We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b28d94e commit 7abfcc2Copy full SHA for 7abfcc2
clients/lsp-erlang.el
@@ -124,7 +124,7 @@ have more false positives than usual."
124
:lsp-path "elp.highlightDynamic.enable")
125
126
(lsp-defcustom lsp-elp-hover-actions-doc-links-enable nil
127
- "Whether to show Hover Actions of type 'docs'. Only applies when
+ "Whether to show Hover Actions of type `docs'. Only applies when
128
`#elp.hoverActions.enable#` is set."
129
:type 'boolean
130
:group 'lsp-erlang-elp
@@ -217,7 +217,6 @@ Code Lenses. Only applies when `#elp.lens.enabled` and
217
218
;; ---------------------------------------------------------------------
219
220
-
221
;; erlang-ls
222
223
(defcustom lsp-erlang-ls-server-path
0 commit comments