diff options
author | cukmekerb <cukmekerb+git@gmail.com> | 2021-04-07 14:45:37 -0700 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-04-09 12:45:36 +0200 |
commit | b812cd913c94685411acfab7ddb07dfd10077d44 (patch) | |
tree | 70ee3b6e1809c86bd40ae463f4afeebb62477785 /README.md | |
parent | 536a0ce054319d2ea92c665510afe8a388b043ca (diff) | |
download | lite-xl-plugins-b812cd913c94685411acfab7ddb07dfd10077d44.tar.gz lite-xl-plugins-b812cd913c94685411acfab7ddb07dfd10077d44.zip |
added autosave plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ with the official version of lite, format the name in italic.* Plugin | Description -------|----------------------------------------- [`autoinsert`](plugins/autoinsert.lua?raw=1) | Automatically inserts closing brackets and quotes +*[`autosave`](plugins/autosave.lua?raw=1)* | Automatically saves files when they are changed [`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 |