Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 402 Bytes

File metadata and controls

26 lines (17 loc) · 402 Bytes

Pylyzer Extension for Zed

Pre-requisites

  • pylyzer installed into your python environment

Installation

Search pylyzer in the zed extensions. Click to install.

Enable

Disable pyright and enable pylyzer in your settings.

{
  "languages": {
    "Python": {
      "language_servers": ["pylyzer", "!pyright"]
  },
}

Configure

TODO: add configuration instructions