From 65f8b0f2bd94739b71d9c226e373bcfea078dcc4 Mon Sep 17 00:00:00 2001 From: Nicholas Glazer Date: Mon, 15 May 2023 06:58:08 +0000 Subject: [PATCH] try dante instead of lsp for haskell --- .config/doom/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/doom/init.el b/.config/doom/init.el index 15ce816..1627d72 100644 --- a/.config/doom/init.el +++ b/.config/doom/init.el @@ -135,7 +135,7 @@ ;;gdscript ; the language you waited for ;;(go +lsp) ; the hipster dialect ;;(graphql +lsp) ; Give queries a REST - (haskell +lsp) ; a language that's lazier than I am + (haskell +dante) ; a language that's lazier than I am ;;hy ; readability of scheme w/ speed of python ;;idris ; a language you can depend on json ; At least it ain't XML