Skip to content
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

Add and update recipes for supporting Flycheck Eglot #2918

Closed
wants to merge 3 commits into from
Closed
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
3 changes: 2 additions & 1 deletion recipes/eglot.rcp
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
:type github
:description "Client for Language Server Protocol (LSP) servers"
:pkgname "joaotavora/eglot"
:minimum-emacs-version "26.1")
:minimum-emacs-version "26.3"
:builtin "29")
6 changes: 6 additions & 0 deletions recipes/flycheck-eglot.rcp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(:name flycheck
:type github
:pkgname "flycheck/flycheck-eglot"
:minimum-emacs-version "28.1"
:depends (eglot flycheck)
:description "Flycheck support for eglot")
5 changes: 2 additions & 3 deletions recipes/flycheck.rcp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
(:name flycheck
:type github
:pkgname "flycheck/flycheck"
:minimum-emacs-version "24.3"
:description "On-the-fly syntax checking extension"
:depends (dash pkg-info let-alist seq))
:minimum-emacs-version "26.1"
:description "On-the-fly syntax checking extension")
Loading