dotfiles/.claude/local-marketplace/plugins/pylsp
2026-03-12 14:24:13 +02:00
..
.claude-plugin Create a local plugin for pylsp integration 2026-03-12 14:24:13 +02:00
README.md Create a local plugin for pylsp integration 2026-03-12 14:24:13 +02:00

pylsp Plugin for Claude Code

This plugin configures the Python Language Server (pylsp) for Claude Code.

Features

  • Go-to-definition
  • Find references
  • Hover information
  • Code completion
  • Diagnostics

Configuration

The LSP server is configured to use /home/agent/.local/bin/pylsp with --check-parent-process to ensure proper shutdown.

Installing Additional pylsp Plugins

You can enhance pylsp with additional plugins:

pip install pylsp-mypy      # Type checking
pip install python-lsp-black # Black formatting
pip install python-lsp-ruff  # Ruff linting