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,8 +292,11 @@ Enabling Emacs-LSP to use LSPs, I am very dry on syntax highlighters right now.
#+END_SRC #+END_SRC
*** Haskell *** Haskell
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package haskell-mode (use-package lsp-haskell
:mode "\\.hs\\'") :hook (haskell-mode . lsp))
(use-package haskell-mode
:mode "\\.hs\\'")
#+END_SRC #+END_SRC
*** Python *** Python
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp

View file

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