chore(haskell): settings

This commit is contained in:
2026-08-29 00:14:02 -06:00
parent 8a2d23a6dc
commit 51292496cf
2 changed files with 10 additions and 1 deletions
@@ -67,6 +67,11 @@
:custom ((lsp-haskell-server-path "haskell-language-server"))
:init
(add-hook 'haskell-mode-hook #'lsp-deferred 'append)
(add-hook 'haskell-literate-mode-hook #'lsp-deferred 'append))
(add-hook 'haskell-literate-mode-hook #'lsp-deferred 'append)
(syd-add-hook '(haskell-mode-hook haskell-literate-mode-hook)
(defun syd-haskell-configure-lsp-h ()
;; it often highlights list literals and quasiquotes which
;; gets reaaaally annoying.
(setq-local lsp-enable-symbol-highlighting nil))))
(provide 'syd/haskell)