diff options
author | rxi <rxi@users.noreply.github.com> | 2020-09-27 14:57:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 14:57:49 +0100 |
commit | fb6e446c1b94da9d30e846b1202712f4bf38217f (patch) | |
tree | b966f4801a0838b93e35118554c5ed11b53a3839 | |
parent | f3863d7939e87543e5f0d7a7f3f72b10a6888dde (diff) | |
parent | 446cca230706746606763b3d9ffa0bb46f70055d (diff) | |
download | lite-xl-plugins-fb6e446c1b94da9d30e846b1202712f4bf38217f.tar.gz lite-xl-plugins-fb6e446c1b94da9d30e846b1202712f4bf38217f.zip |
Merge pull request #91 from Tmpod/new/black-lite
Added a new plugin: black-lite
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ Plugin | Description [`autoinsert`](plugins/autoinsert.lua?raw=1) | Automatically inserts closing brackets and quotes [`autowrap`](plugins/autowrap.lua?raw=1) | Automatically hardwraps lines when typing [`bigclock`](plugins/bigclock.lua?raw=1) | Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))* +[`black`](https://git.sr.ht/~tmpod/black-lite)* | Integrates the [black](https://github.com/psf/black) Python formatter with lite [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* [`centerdoc`](plugins/centerdoc.lua?raw=1) | Centers document's content on the screen *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))* [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* |