Skip to content

Commit 6d481f9

Browse files
authored
Merge pull request #60 from alanz/56-make-init-options
We do not currently set init options, so do not set the parameter
2 parents a36a1cb + 3a44491 commit 6d481f9

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)