X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/77b6ed1b70bd07f058bc551906bc880022847964..6aef6c9d458e8df88f510e94c18f216232b6a786:/README.md?ds=sidebyside diff --git a/README.md b/README.md index ddb160d..90c169f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
-
+
@@ -178,14 +178,14 @@ great.
```py3
# in:
-l = [1,
+j = [1,
2,
3,
]
# out:
-l = [1, 2, 3]
+j = [1, 2, 3]
```
If not, *Black* will look at the contents of the first outer matching
@@ -730,13 +730,13 @@ Configuration:
To install with [vim-plug](https://github.com/junegunn/vim-plug):
```
-Plug 'python/black'
+Plug 'psf/black'
```
or with [Vundle](https://github.com/VundleVim/Vundle.vim):
```
-Plugin 'python/black'
+Plugin 'psf/black'
```
or you can copy the plugin from [plugin/black.vim](https://github.com/psf/black/tree/master/plugin/black.vim).
@@ -943,7 +943,7 @@ write the above files to `.cache/black/