chore: haskell lsp support
This commit is contained in:
parent
698247f95b
commit
aa437986e7
2 changed files with 6 additions and 2 deletions
|
@ -292,8 +292,11 @@ Enabling Emacs-LSP to use LSPs, I am very dry on syntax highlighters right now.
|
|||
#+END_SRC
|
||||
*** Haskell
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package haskell-mode
|
||||
:mode "\\.hs\\'")
|
||||
(use-package lsp-haskell
|
||||
:hook (haskell-mode . lsp))
|
||||
|
||||
(use-package haskell-mode
|
||||
:mode "\\.hs\\'")
|
||||
#+END_SRC
|
||||
*** Python
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue