aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2022-06-06 16:44:03 +0200
committerjgmdev <jgmdev@gmail.com>2022-06-06 10:45:38 -0400
commitf43d15a1dd52dd4a3c83598492948b6aeb3261d6 (patch)
tree5d3658e8cb0daca1508fdfeb36ed7e99d0cc4926 /README.md
parentb0381360ba786433edf270bd0a6949000505e939 (diff)
downloadlite-xl-plugins-f43d15a1dd52dd4a3c83598492948b6aeb3261d6.tar.gz
lite-xl-plugins-f43d15a1dd52dd4a3c83598492948b6aeb3261d6.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 10b6103..ffa2907 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 |