diff options
author | rxi <rxi@users.noreply.github.com> | 2020-06-13 10:32:07 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-06-13 23:35:01 +0100 |
commit | 349aae592e75924089c0700387017529a494f1cc (patch) | |
tree | fdee06cf4b64be5e4e3431f7bf4fe96484287c20 /README.md | |
parent | 61decc3456e609c9e2ec7132ac58d80e7af5f916 (diff) | |
download | lite-xl-plugins-349aae592e75924089c0700387017529a494f1cc.tar.gz lite-xl-plugins-349aae592e75924089c0700387017529a494f1cc.zip |
Added plugin `autoinsert`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ to a something other than a raw file it should be marked with an asterisk.* 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))* [`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))* |