chore: haskell lsp support

This commit is contained in:
Artur Manuel 2024-09-19 00:40:05 +01:00
commit aa437986e7
Failed to generate hash of commit
2 changed files with 6 additions and 2 deletions

View file

@ -292,6 +292,9 @@ Enabling Emacs-LSP to use LSPs, I am very dry on syntax highlighters right now.
#+END_SRC
*** Haskell
#+BEGIN_SRC emacs-lisp
(use-package lsp-haskell
:hook (haskell-mode . lsp))
(use-package haskell-mode
:mode "\\.hs\\'")
#+END_SRC

View file

@ -59,6 +59,7 @@ in
ement
autothemer
geiser-guile
lsp-haskell
;
treesit-grammars = e.treesit-grammars.with-all-grammars;