Add Haskell LSP config

This commit is contained in:
Dimitri Lozeve 2022-03-23 18:16:25 +01:00
parent d395fa2a44
commit 718774b97e

View file

@ -340,6 +340,15 @@
(setq lsp-ui-sideline-show-hover nil)
(setq lsp-ui-doc-position 'top))
(use-package haskell-mode
:straight t)
(use-package lsp-haskell
:straight t
:after haskell-mode
:hook ((haskell-mode . lsp)
(haskell-literate-mode . lsp)))
(use-package lsp-pyright
:straight t
:hook (python-mode . (lambda ()