File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 71
71
one installed by lsp-mode.
72
72
* Add [[https://github.com/charliermarsh/ruff-lsp][ruff-lsp]] support (additional server for Python).
73
73
* Update documentation of Vue3 install server
74
+ * Change Crystal server from ~scry~ to ~crystalline~
74
75
** Release 8.0.0
75
76
* Add ~lsp-clients-angular-node-get-prefix-command~ to get the Angular server from another location which is still has ~/lib/node_modules~ in it.
76
77
* Set ~lsp-clients-angular-language-server-command~ after the first connection to speed up subsequent connections.
Original file line number Diff line number Diff line change 26
26
27
27
(require 'lsp-mode )
28
28
29
- (defgroup lsp-scry nil
30
- " LSP support for Crystal via scry ."
29
+ (defgroup lsp-crystalline nil
30
+ " LSP support for Crystal via crystalline ."
31
31
:group 'lsp-mode
32
- :link '(url-link " https://github.com/crystal-lang-tools/scry " ))
32
+ :link '(url-link " https://github.com/elbywan/crystalline " ))
33
33
34
- (defcustom lsp-clients-crystal-executable '(" scry " " --stdio" )
35
- " Command to start the scry language server."
36
- :group 'lsp-scry
34
+ (defcustom lsp-clients-crystal-executable '(" crystalline " " --stdio" )
35
+ " Command to start the crystalline language server."
36
+ :group 'lsp-crystalline
37
37
:risky t
38
38
:type 'file )
39
39
40
40
(lsp-register-client
41
41
(make-lsp-client :new-connection (lsp-stdio-connection lsp-clients-crystal-executable)
42
42
:major-modes '(crystal-mode)
43
- :server-id 'scry ))
43
+ :server-id 'crystalline ))
44
44
45
45
(lsp-consistency-check lsp-crystal)
46
46
Original file line number Diff line number Diff line change 128
128
{
129
129
"name" : " crystal" ,
130
130
"full-name" : " Crystal" ,
131
- "server-name" : " scry " ,
132
- "server-url" : " https://github.com/crystal-lang-tools/scry " ,
133
- "installation-url" : " https://github.com/crystal-lang-tools/scry #installation" ,
131
+ "server-name" : " crystalline " ,
132
+ "server-url" : " https://github.com/elbywan/crystalline " ,
133
+ "installation-url" : " https://github.com/elbywan/crystalline #installation" ,
134
134
"debugger" : " Not available"
135
135
},
136
136
{
You can’t perform that action at this time.
0 commit comments