mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
Add haskell lsp mode
This commit is contained in:
8
modules/lang/haskell/+lsp.el
Normal file
8
modules/lang/haskell/+lsp.el
Normal file
@@ -0,0 +1,8 @@
|
||||
;;; lang/haskell/+lsp.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! lsp-haskell
|
||||
:after haskell-mode
|
||||
:init (add-hook 'haskell-mode-hook #'lsp)
|
||||
:config
|
||||
;; Does some strange indentation if it pastes in the snippet
|
||||
(setq company-lsp-enable-snippet nil))
|
Reference in New Issue
Block a user