File tree 1 file changed +2
-14
lines changed
1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -506,20 +506,8 @@ Make sure to follow the instructions in the README of each of these packages.
506
506
507
507
The default `lsp-haskell-server-path` is set to `haskell-language-server-wrapper`. In
508
508
case you would like your editor to use a specific version of the `hls` server, then this
509
- variable can be updated.
510
-
511
- Install [use-package](https://github.com/jwiegley/use-package), and add the following to your .emacs
512
- when you want to customize this variable.
513
-
514
- ` ` ` emacs-lisp
515
- (use-package lsp-haskell
516
- :ensure t
517
- :config
518
- (setq lsp-haskell-server-path "haskell-language-server-8.10.2")
519
- ;; Comment/uncomment this line to see interactions between lsp client/server.
520
- ;;(setq lsp-log-io t)
521
- )
522
- ` ` `
509
+ variable can be updated. For more information on other configurations can be found at
510
+ [lsp-haskell](https://github.com/emacs-lsp/lsp-haskell)
523
511
524
512
# ## Using haskell-language-server with [doom-emacs](https://github.com/hlissner/doom-emacs/tree/develop/modules/lang/haskell#module-flags)
525
513
You can’t perform that action at this time.
0 commit comments