Add recipe for flycheck-eglot (#2940)

Implements Flycheck support for Eglot
This commit is contained in:
Vedang Manerikar 2024-05-26 14:36:41 +05:30 committed by GitHub
parent 16f8d9f6aa
commit 85daa37d92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,6 @@
(:name flycheck-eglot
:type github
:pkgname "flycheck/flycheck-eglot"
:minimum-emacs-version "28.1"
:depends (eglot flycheck)
:description "Flycheck support for eglot")