Revert "Enable crystal with crystalline as lsp"

This reverts commit 3bf3f0a436.
This commit is contained in:
RealStickman 2023-05-11 16:26:25 +02:00
parent 3bf3f0a436
commit 1c2a52f68d
2 changed files with 1 additions and 11 deletions

View File

@ -85,13 +85,3 @@
;; work around emacs hanging when opening any python requirements.txt file
;; see issue https://github.com/doomemacs/doomemacs/issues/5998
(advice-add #'pip-requirements-fetch-packages :override #'ignore)
;; enable crystalline lsp for crystal-mode
(with-eval-after-load 'lsp-mode
(add-to-list 'lsp-language-id-configuration
'(crystal-mode . "crystal"))
(lsp-register-client
(make-lsp-client :new-connection (lsp-stdio-connection '("crystalline"))
:activation-fn (lsp-activate-on "crystal")
:priority '1
:server-id 'crystalline)))

View File

@ -115,7 +115,7 @@
;;clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs
(crystal +lsp) ; 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