Fixed haskell in lsp.org

This commit is contained in:
Random936 2023-12-01 16:05:27 -08:00
parent 51fd260000
commit cf31ba6c88

View File

@ -197,4 +197,8 @@ To install the corresponding LSP, you need to install ~yls~. Using the command ~
(use-package haskell-mode
:defer t
:hook (haskell-mode . lsp-deferred))
(use-package lsp-haskell
:defer t
:hook (lsp-literate-mode . lsp-deferred))
#+end_src