Skip to content

Commit 3a44491

Browse files
committed
We do not currently set init options, so do not set the parameter
Closes #56
1 parent a36a1cb commit 3a44491

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lsp-haskell.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ These are assembled from the customizable variables
188188
:major-modes '(haskell-mode)
189189
:server-id 'hie
190190
;; :multi-root t
191-
:initialization-options 'lsp-haskell--make-init-options)))
191+
;; :initialization-options 'lsp-haskell--make-init-options
192+
)))
192193

193194
(defun lsp-haskell--hie-command ()
194195
(funcall lsp-haskell-process-wrapper-function (lsp--haskell-hie-command)))

0 commit comments

Comments
 (0)