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