Daisy Hollman 1d99e18048 Add installation instructions to LSP plugin READMEs 8 mēneši atpakaļ
..
README.md 1d99e18048 Add installation instructions to LSP plugin READMEs 8 mēneši atpakaļ

README.md

pyright-lsp

Python language server (Pyright) for Claude Code, providing static type checking and code intelligence.

Supported Extensions

.py, .pyi

Installation

Install Pyright globally via npm:

npm install -g pyright

Or with pip:

pip install pyright

Or with pipx (recommended for CLI tools):

pipx install pyright

More Information