mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
lang/haskell: fix +ghcide
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
(use-package! lsp-haskell
|
||||
:after lsp-clients
|
||||
:init (add-hook 'haskell-mode-local-vars #'lsp!)
|
||||
:preface (add-hook 'haskell-mode-local-vars-hook #'lsp!)
|
||||
:config
|
||||
(when IS-MAC
|
||||
(setq lsp-haskell-process-path-hie "hie-wrapper"))
|
||||
|
Reference in New Issue
Block a user