From 5a95a0a2c4829ec8a57514ff0f03ea106132a2b0 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Fri, 10 Feb 2023 19:35:15 +0100 Subject: [PATCH] Enable crystal support --- arch-config/.doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-config/.doom.d/init.el b/arch-config/.doom.d/init.el index f8d89594..665c95c1 100644 --- a/arch-config/.doom.d/init.el +++ b/arch-config/.doom.d/init.el @@ -116,7 +116,7 @@ ;;clojure ; java with a lisp ;;common-lisp ; if you've seen one lisp, you've seen them all ;;coq ; proofs-as-programs - ;;crystal ; ruby at the speed of c + (crystal +lsp) ; ruby at the speed of c ;;csharp ; unity, .NET, and mono shenanigans ;;data ; config/data formats ;;(dart +flutter) ; paint ui and not much else