Update README.md (#906)

Add Kakoune integration instructions
This commit is contained in:
Andrew Thorp 2019-10-20 10:26:17 -04:00 committed by Łukasz Langa
parent 9027ca63ca
commit 893dd952a5

View File

@ -810,6 +810,14 @@ the [Python Language Server](https://github.com/palantir/python-language-server)
Use [python-black](https://atom.io/packages/python-black).
### Kakoune
Add the following hook to your kakrc, then run black with `:format`.
```
hook global WinSetOption filetype=python %{
set-option window formatcmd 'black -q -'
}
```
### Other editors