[Doom] Disable Haskell LSP

This commit is contained in:
reo 2024-08-26 12:59:20 +03:00
parent 3b1887eae7
commit 8fa1f6fb12
2 changed files with 3 additions and 3 deletions

View file

@ -137,7 +137,7 @@
;;gdscript ; the language you waited for ;;gdscript ; the language you waited for
;;(go +lsp) ; the hipster dialect ;;(go +lsp) ; the hipster dialect
;;(graphql +lsp) ; Give queries a REST ;;(graphql +lsp) ; Give queries a REST
(haskell +lsp) ; a language that's lazier than I am haskell ; a language that's lazier than I am
;;hy ; readability of scheme w/ speed of python ;;hy ; readability of scheme w/ speed of python
;;idris ; a language you can depend on ;;idris ; a language you can depend on
;;json ; At least it ain't XML ;;json ; At least it ain't XML

View file

@ -50,8 +50,8 @@
;(unpin! t) ;(unpin! t)
(package! tldr) (package! tldr)
(package! haskell-mode) ;;(package! haskell-mode)
(package! lsp-haskell) ;;(package! lsp-haskell)
(package! elcord) (package! elcord)
(package! beacon) (package! beacon)
(package! good-scroll) (package! good-scroll)