Skip to content

Commit

Permalink
lsp-erlang: add setting for types on hover (emacs-lsp#4188)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz authored Oct 9, 2023
1 parent e40c30b commit 9c3ebe4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clients/lsp-erlang.el
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ It can use erlang-ls or erlang-language-platform (ELP)."

;; erlang-language-platform

(lsp-defcustom lsp-erlang-elp-types-on-hover t
"Show eqWAlizer types on hover."
:type 'boolean
:group 'lsp-erlang-elp
:package-version '(lsp-mode . "8.0.1")
:lsp-path "elp.typesOnHover.enable")

(defcustom lsp-erlang-elp-server-command '("elp" "server")
"Command to start erlang-language-platform."
:type '(repeat string)
Expand Down

0 comments on commit 9c3ebe4

Please sign in to comment.