chore(haskell): settings
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user