dotfiles/emacs/.emacs.d/elpa/lsp-pyright-20260507.1742/lsp-pyright-pkg.el

12 lines
395 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "lsp-pyright" "20260507.1742"
"Python LSP client using Pyright."
'((emacs "29.1")
(lsp-mode "7.0")
(dash "2.18.0")
(ht "2.0"))
:url "https://github.com/emacs-lsp/lsp-pyright"
:commit "187e08caee4e1630a9975f492274c739f325392f"
:revdesc "187e08caee4e"
:keywords '("languages" "tools" "lsp"))