Skip to content

Commit 86f0b76

Browse files
authored
Merge pull request #73 from coq/gares-patch-1
Shorten rocq-lsp
2 parents c7b44af + 0b4f0bc commit 86f0b76

File tree

1 file changed

+8
-40
lines changed

1 file changed

+8
-40
lines changed

src/rocqproverorg_frontend/pages/install.eml

+8-40
Original file line numberDiff line numberDiff line change
@@ -135,24 +135,8 @@ Layout.render
135135
</li>
136136
<li>
137137
<p>
138-
<a href="https://github.com/ejgallego/coq-lsp">Rocq LSP</a> is an alternative language server and VS Code extension for the Rocq Prover.
139-
It is available in the <a href="https://marketplace.visualstudio.com/items?itemName=ejgallego.coq-lsp">Visual Studio Code Marketplace</a>
140-
and on <a href="https://open-vsx.org/extension/ejgallego/coq-lsp">Open VSX</a>.
141-
To use it, you need to install the corresponding language server. Using opam, you can install it with the following command:
142-
</p>
143-
144-
<%s! Copy_to_clipboard.small_code_snippet ~id:"install-coq-lsp" "opam install coq-lsp" %>
145-
146-
<p>
147-
Starting from version 2025.01, the language server should already be installed if you installed the <a href="/platform">Rocq Platform</a>.
148-
</p>
149-
150-
<p>
151-
The language server is also available as a <a href="https://search.nixos.org/packages?show=coqPackages.coq-lsp">Nix package</a>.
152-
</p>
153-
154-
<p>
155-
For now, <a href="https://repology.org/project/coq-lsp/versions">Rocq LSP</a> is not available in all Linux distributions that have the Rocq Prover. If you have used your Linux distribution's package manager to install the Rocq Prover and it does not include the language server, you can fall back to using VsCoq Legacy (see below).
138+
<a href="https://github.com/ejgallego/coq-lsp">Rocq LSP</a> is an alternative language server and VS Code extension for the Rocq Prover featuring
139+
hybrid Rocq/markdown document support.
156140
</p>
157141
</li>
158142
<li>
@@ -273,24 +257,8 @@ Layout.render
273257
</li>
274258
<li>
275259
<p>
276-
<a href="https://github.com/ejgallego/coq-lsp">Rocq LSP</a> is an alternative language server and VS Code extension for the Rocq Prover.
277-
It is available in the <a href="https://marketplace.visualstudio.com/items?itemName=ejgallego.coq-lsp">Visual Studio Code Marketplace</a>
278-
and on <a href="https://open-vsx.org/extension/ejgallego/coq-lsp">Open VSX</a>.
279-
To use it, you need to install the corresponding language server. Using opam, you can install it with the following command:
280-
</p>
281-
282-
<%s! Copy_to_clipboard.small_code_snippet ~id:"install-coq-lsp" "opam install coq-lsp" %>
283-
284-
<p>
285-
Starting from version 2025.01, the language server should already be installed if you installed the <a href="/platform">Rocq Platform</a>.
286-
</p>
287-
288-
<p>
289-
The language server is also available as a <a href="https://search.nixos.org/packages?show=coqPackages.coq-lsp">Nix package</a>.
290-
</p>
291-
292-
<p>
293-
If you have used Homebrew to install the Rocq Prover, there is no language server available yet. You can fall back to using VsCoq Legacy (see below).
260+
<a href="https://github.com/ejgallego/coq-lsp">Rocq LSP</a> is an alternative language server and VS Code extension for the Rocq Prover featuring
261+
hybrid Rocq/markdown document support.
294262
</p>
295263
</li>
296264
<li>
@@ -379,10 +347,10 @@ Layout.render
379347
To use it, you need the corresponding language server, which is distributed with the Rocq Platform starting from version 2025.01.
380348
</li>
381349
<li>
382-
<a href="https://github.com/ejgallego/coq-lsp">Rocq LSP</a> is an alternative language server and VS Code extension for the Rocq Prover.
383-
It is available in the <a href="https://marketplace.visualstudio.com/items?itemName=ejgallego.coq-lsp">Visual Studio Code Marketplace</a>
384-
and on <a href="https://open-vsx.org/extension/ejgallego/coq-lsp">Open VSX</a>.
385-
To use it, you need the corresponding language server, which is distributed with the Rocq Platform starting from version 2025.01.
350+
<p>
351+
<a href="https://github.com/ejgallego/coq-lsp">Rocq LSP</a> is an alternative language server and VS Code extension for the Rocq Prover featuring
352+
hybrid Rocq/markdown document support.
353+
</p>
386354
</li>
387355
<li>
388356
<a href="https://github.com/coq-community/vscoq-legacy/">VsCoq Legacy</a> is a legacy Rocq extension for Visual Studio Code that only relies on the RocqIDE protocol. You can install it from the <a href="https://marketplace.visualstudio.com/items?itemName=coq-community.vscoq1">Visual Studio Code Marketplace</a> or from <a href="https://open-vsx.org/extension/coq-community/vscoq1">Open VSX</a>.

0 commit comments

Comments
 (0)