Lot of optimisation, replace eglot with lsp-mode

This commit is contained in:
Zelong Kuang
2026-03-30 11:49:18 +11:00
parent e1374b0e88
commit a3468b833e
24 changed files with 311 additions and 179 deletions

View File

@@ -12,8 +12,7 @@
:config
(setq haskell-process-suggest-remove-import-lines t
haskell-process-auto-import-loaded-modules t)
(add-to-list 'completion-ignored-extensions ".hi")
(add-hook 'haskell-mode-hook #'eglot-ensure))
(add-to-list 'completion-ignored-extensions ".hi"))
(provide 'init-haskell)