kbrose / vsc-python-indent

Correctly indent python code on the fly, in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent
MIT License
82 stars 19 forks source link

neovim fix #83

Closed kbrose closed 3 years ago

kbrose commented 3 years ago

Vim packages, man.

Checklist

Description

Hopefully fixes #82

Adds another when context to package.json that only runs the extension when neovim is in the "insert" mode.

Fix README issue that I noticed a while ago, too.