Emacs: configure lsp-mode for haskell
Alan Pearce alan@alanpearce.eu
Tue, 23 Jul 2019 17:54:28 +0200
1 files changed, 5 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -548,7 +548,8 @@ :ghook ('(typescript-mode-hook js-mode-hook css-mode-hook scss-mode-hook - html-mode-hook) + html-mode-hook + haskell-mode-hook) #'lsp) :functions (lsp--flymake-setup) :gfhook 'lsp--flymake-setup @@ -568,6 +569,9 @@ :ghook ('lsp-mode-hook) :custom ((lsp-ui-sideline-enable nil) (lsp-ui-doc-mode nil) (lsp-enable-snippet nil))) + +(use-package lsp-haskell + :after lsp-mode) ;; Inside a javascript project, it's common to install tools locally to ;; the project. This will allows emacs to find their executables.