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