doomemacs/modules/lang/haskell/+lsp.el
2019-02-23 15:15:38 +11:00

8 lines
266 B
EmacsLisp

;;; lang/haskell/+lsp.el -*- lexical-binding: t; -*-
(def-package! lsp-haskell
:after haskell-mode
:init (add-hook 'haskell-mode-hook #'+lsp|init)
:config
;; Does some strange indentation if it pastes in the snippet
(setq company-lsp-enable-snippet nil))