Skip to content

[dev pick] Add coq-lsp to dev pick. #321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions doc/README~dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -880,6 +880,27 @@ The **extended level** contains the following packages:
</dl>
</details>

<details>
<summary><a href='https://github.com/arthuraa/deriving'>coq-lsp.dev</a>
LSP-compliant language server for Coq</summary>
<dl>
<dt><b>authors</b></dt><dd>coq-lsp developers</dd>
<dt><b>license</b></dt><dd> <a href="https://spdx.org/licenses/LGPL-2.1-only.html" target="_blank">LGPL-2.1-only</a></dd>
<dt><b>links</b></dt><dd>
(<a href='https://github.com/ejgallego/coq-lsp/'>homepage</a>)
(<a href='https://github.com/ejgallego/coq-lsp/issues'>bug reports</a>)
(<a href='https://opam.ocaml.org/packages/coq-lsp/'>opam package</a>)
</dd>
<dt><b>description</b></dt><dd>
`coq-lsp` is a [Language
Server](https://microsoft.github.io/language-server-protocol/) and [Visual
Studio Code](https://code.visualstudio.com/) extension for the [Coq Proof
Assistant](https://coq.inria.fr). Experimental support for [Emacs](https://github.com/ejgallego/coq-lsp#emacs), [Vim](https://github.com/ejgallego/coq-lsp#vim) and
[Neovim](https://github.com/ejgallego/coq-lsp#neovim) is also available in their own projects.
</dd>
</dl>
</details>

<br>

## **Dependency packages**
Expand Down
3 changes: 3 additions & 0 deletions package_picks/package-pick-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ then
# Communication with coqtop
PACKAGES="${PACKAGES} coq-serapi.dev"

# LSP server for Coq
PACKAGES="${PACKAGES} coq-lsp.dev"

# Bedrock2, fiat crypto, ...
PACKAGES="${PACKAGES} coq-coqutil.dev"
# PACKAGES="${PACKAGES} coq-bedrock2.dev" # Error: "sed: illegal option -- z"
Expand Down