From 26d7af8d28c6e4b24eada1858395dad18767476e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Wed, 4 Oct 2023 12:56:06 +0200 Subject: [PATCH 1/5] Mention the existence of NeoVim support for VsCoq and coq-lsp. --- pages/user-interfaces.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/user-interfaces.html b/pages/user-interfaces.html index 3996834554..ad19bd6cb4 100644 --- a/pages/user-interfaces.html +++ b/pages/user-interfaces.html @@ -36,11 +36,10 @@
  • -Vim/NeoVim users can use the actively -maintained Coqtail -extension. This extension is partly based upon a previous, and now -unmaintained, Vim extension -called Coquille. +Vim/NeoVim users can use the Coqtail +extension. NeoVim users can also test the experimental support for +VsCoq's vscoqtop server +or for coq-lsp.
  • From 6c37904671b45442d6ec6bb33d7e03606dc070a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Wed, 4 Oct 2023 12:56:43 +0200 Subject: [PATCH 2/5] Remove excessive information clutering the list of editor support packages. --- pages/user-interfaces.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pages/user-interfaces.html b/pages/user-interfaces.html index ad19bd6cb4..eb11957e75 100644 --- a/pages/user-interfaces.html +++ b/pages/user-interfaces.html @@ -28,11 +28,6 @@ mode Proof General, that can be extended by the minor Coq mode Company-Coq. -Proof General was one of the first user interface for proof -assistants, and is one of the most used user interface for Coq today. -Proof General and Company-Coq give access to many productivity -shortcuts, including auto-completion and documentation. On the other -hand, async proof processing is not supported.
  • From 3fe4962db3ec37e215defcf2d8dcca669707b6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Zimmermann?= Date: Wed, 4 Oct 2023 13:02:09 +0200 Subject: [PATCH 3/5] Move coq_jupyter to the experimental section. --- pages/user-interfaces.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/pages/user-interfaces.html b/pages/user-interfaces.html index eb11957e75..42e7ae1dd6 100644 --- a/pages/user-interfaces.html +++ b/pages/user-interfaces.html @@ -41,17 +41,6 @@

    -

    -An experimental alternative to the editors mentioned above is the -computational notebook interface provided by Jupyter. -A Jupyter kernel -for Coq is available if you want to try this interface, for -instance for pedagogical or readability purposes. One of the -advantages of using a Jupyter notebook is that you can save and -display a selection of intermediate proof steps, which your reader -will see without the need to reexecute the document. -

    -