aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-06-06 16:44:03 +0200
committerGitHub <noreply@github.com>2022-06-06 10:44:03 -0400
commit7df41835bc47ca905467256e146d76dda2bb172f (patch)
tree8725f959747f07a38af79b267fdc8917f569bae6 /README.md
parentd3068a44de59fe7b55a04a1fb271637670e6070a (diff)
downloadlite-xl-plugins-7df41835bc47ca905467256e146d76dda2bb172f.tar.gz
lite-xl-plugins-7df41835bc47ca905467256e146d76dda2bb172f.zip
Add `align_carets` (#89)
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1dbd246..c38e812 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ to something other than a raw file it should be marked with an asterisk.*
| Plugin | Description |
| -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| [`align_carets`](plugins/align_carets.lua?raw=1) | Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))* |
| [`autoinsert`](plugins/autoinsert.lua?raw=1) | Automatically inserts closing brackets and quotes. Also allows selected text to be wrapped with brackets or quotes. |
| [`autosave`](plugins/autosave.lua?raw=1) | Automatically saves files when they are changed |
| [`autosaveonfocuslost`](plugins/autosaveonfocuslost.lua?raw=1) | Automatically saves files that were changed when the main window loses focus by switching to another application |