prompt-toolkit / pyvim

Pure Python Vim clone.
BSD 3-Clause "New" or "Revised" License
2.52k stars 160 forks source link

[Feature request] Python code formatting option using black #145

Open Minyus opened 2 years ago

Minyus commented 2 years ago

Thank you for this awesome tool! For Python development, Python code formatting (using black) is a common practice to:

It would be great if pyvim supports an option to run Python code formatting (upon saving by :w)