pylyzer/docs/editor.md

13 lines
365 B
Markdown

# 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.