Added the haskell lsp server to lsp.org

This commit is contained in:
Random936 2023-10-11 14:07:48 -07:00
parent c60b1f8b19
commit d854383917

View File

@ -124,3 +124,11 @@ To install the corresponding LSP, you need to install ~yls~. Using the command ~
:defer t
:hook (R-mode . lsp-deferred))
#+end_src
** Haskell
#+begin_src emacs-lisp
(use-package haskell-mode
:defer t
:hook (haskell-mode . lsp-deferred))
#+end_src