X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/7462ef3ea693d5c04a73e47c517b19b88dde6de3..8a8c58252cc023ae250d6febd24f50a8166450d4:/README.md diff --git a/README.md b/README.md index 11c3d44..67ff18a 100644 --- a/README.md +++ b/README.md @@ -697,6 +697,14 @@ Use [sublack plugin](https://github.com/jgirardet/sublack). Use [blackcellmagic](https://github.com/csurfer/blackcellmagic). +### Python Language Server + +If your editor supports the [Language Server Protocol](https://langserver.org/) +(Atom, Sublime Text, Visual Studio Code and many more), you can use +the [Python Language Server](https://github.com/palantir/python-language-server) with the +[pyls-black](https://github.com/rupert/pyls-black) plugin. + + ### Other editors Atom/Nuclide integration is planned by the author, others will @@ -780,6 +788,12 @@ Use the badge in your project's README.md: [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) ``` +Using the badge in README.rst: +``` +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/ambv/black +``` + Looks like this: [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black) @@ -808,6 +822,10 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ### 18.6b3 +* typing stub files (`.pyi`) now have blank lines added after constants (#340) + +* `# fmt: off` and `# fmt: on` now work also within bracket pairs (#329) + * fixed improper formatting of f-strings with quotes inside interpolated expressions (#322) @@ -817,6 +835,8 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). * fixed cannibalizing backslashes during string normalization +* fixed a crash due to symbolic links pointing outside of the project directory (#338) + ### 18.6b2 @@ -1151,6 +1171,7 @@ Multiple contributions by: * [Jonas Obrist](mailto:ojiidotch@gmail.com) * [Luka Sterbic](mailto:luka.sterbic@gmail.com) * [Miguel Gaiowski](mailto:miggaiowski@gmail.com) +* [Neraste](neraste.herr10@gmail.com) * [Osaetin Daniel](mailto:osaetindaniel@gmail.com) * [Peter Bengtsson](mailto:mail@peterbe.com) * [Stavros Korokithakis](mailto:hi@stavros.io)