Added the haskell lsp server to lsp.org
This commit is contained in:
parent
c60b1f8b19
commit
d854383917
@ -124,3 +124,11 @@ To install the corresponding LSP, you need to install ~yls~. Using the command ~
|
|||||||
:defer t
|
:defer t
|
||||||
:hook (R-mode . lsp-deferred))
|
:hook (R-mode . lsp-deferred))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Haskell
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package haskell-mode
|
||||||
|
:defer t
|
||||||
|
:hook (haskell-mode . lsp-deferred))
|
||||||
|
#+end_src
|
||||||
|
Loading…
x
Reference in New Issue
Block a user