mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
haskell +lsp: change lsp to +lsp|init
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
(def-package! lsp-haskell
|
(def-package! lsp-haskell
|
||||||
:after haskell-mode
|
:after haskell-mode
|
||||||
:init (add-hook 'haskell-mode-hook #'lsp)
|
:init (add-hook 'haskell-mode-hook #'+lsp|init)
|
||||||
:config
|
:config
|
||||||
;; Does some strange indentation if it pastes in the snippet
|
;; Does some strange indentation if it pastes in the snippet
|
||||||
(setq company-lsp-enable-snippet nil))
|
(setq company-lsp-enable-snippet nil))
|
||||||
|
Reference in New Issue
Block a user