You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,8 @@ Do not skip this!
23
23
It has important information.
24
24
25
25
`lsp-mode` automatically requires the `lsp-haskell` package , so you do not need to `require``lsp-haskell` unless you like being explicit.
26
-
Similarly, `lsp-haskell` automatically requires the `haskell-mode` package, so you do not need to `require``haskell-mode`.
27
26
28
-
You will need to set some hooks to ensure that `lsp-mode` is triggered when the `haskell-mode`major mode is entered.
27
+
You will need to set some hooks to ensure that `lsp-mode` is triggered when your Haskell major mode (e.g., `haskell-mode`or `haskell-ts-mode`) is entered.
0 commit comments