-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim Plugin for blue #98
Comments
FWIW, I think that would be pretty cool to try. I use vim as my main daily code editor. |
The code is here. I use it with
Let me know if it's useful (ideally in the issues). |
Thanks! I'll give it a try. |
Huh. I was cleaning up old tabs and came across this. At the time, I added
to the plugin section of my I also added
Then I opened vim and ran ... and that is as far as I got. I couldn't figure out what command would cause it to reformat my open python file. I meant to come back and ask, but got side tracked (squirrel!) and totally forgot. What do I do next? |
Hi @rotten , apologies for the late reply. The readme says it: By the way, I'm actually not using the anymore since I moved to nvim with a lua config, where I can use |
I noticed that there doesn't seem to be a vim plugin for blue. I therefore cloned the plugin at
psf/black
and extended it to run either "black" or "blue". Would that be something that you would like to include in your repository (as black does) or maybe something you would like to reference from the documentation?The text was updated successfully, but these errors were encountered: