fauzara/zed-pint

Format code inside Zed editor using Laravel Pint.

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 1

pkg:composer/fauzara/zed-pint

1.0.0 2025-09-09 02:34 UTC

This package is auto-updated.

Last update: 2025-10-09 02:46:20 UTC


README

Requires PHP 8.2+ and Composer 2.8+

Require extension using Composer:

composer global require fauzara/zed-pint

Usage

This example assumes that vendor/bin is globally available in your PATH.

"languages": {
    "PHP": {
        "formatter": {
            "external": {
                "command": "zed-pint",
                "arguments": ["{buffer_path"]
            }
        }
    }
},