Skip to content

Commit

Permalink
proper default
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbt200128 committed Jan 23, 2025
1 parent 0270b4b commit 8ee5de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/lsp-ocaml.el
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
:group 'lsp-ocaml
:type 'boolean)

(defcustom lsp-ocaml-trace-server '("off")
(defcustom lsp-ocaml-trace-server "off"
"Enable tracing of the server communication."
:group 'lsp-ocaml
:type '(choice
Expand Down Expand Up @@ -126,6 +126,7 @@

;; TODO most of these need some sort of command implementation
(defun lsp-ocaml--make-custom-settings ()
"Return custom settings for ocaml-language-server."
(list
:extendedHover (list :enable lsp-ocaml-extended-hover)
:codelens (list :enable lsp-ocaml-codelens)
Expand Down

0 comments on commit 8ee5de7

Please sign in to comment.