pylyzer 0.0.82

A static code analyzer & language server for Python
1
2
3
4
5
6
7
8
9
10
11
12
# Editor integrations

## VSCode

* Install [the extension]https://marketplace.visualstudio.com/items?itemName=pylyzer.pylyzer.

## Neovim

* [Setup mason]https://github.com/williamboman/mason.nvim.
* Type `:MasonInstall pylyzer` in Neovim.

> If you use [LunarVim]https://www.lunarvim.org/, no setup is required. Just install pylyzer and you are good to go.