Add recipe for lsp-pyright (#2908)

This commit is contained in:
Lefteris Karapetsas 2023-07-25 09:50:33 +02:00 committed by GitHub
parent d8321df8c4
commit f3f1edd434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
recipes/lsp-pyright.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name lsp-pyright
:description "lsp-mode client leveraging Pyright language server"
:depends (dash lsp-mode ht)
:type github
:pkgname "emacs-lsp/lsp-pyright")