forked from colonelpanic/dotfiles
[Emacs] Add lsp-haskell
This commit is contained in:
parent
ccd8c03a71
commit
c01a2a975b
@ -2776,6 +2776,10 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
|
|||||||
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
|
(add-hook 'haskell-mode-hook 'turn-on-haskell-indent)
|
||||||
(setq haskell-tags-on-save t)))
|
(setq haskell-tags-on-save t)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
**** haskell-ide-engine
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package lsp-haskell)
|
||||||
|
#+END_SRC
|
||||||
**** intero
|
**** intero
|
||||||
Intero seems to be causing hangs, so it has been disabled
|
Intero seems to be causing hangs, so it has been disabled
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user