diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2022-06-06 16:44:03 +0200 |
---|---|---|
committer | jgmdev <jgmdev@gmail.com> | 2022-06-06 10:45:38 -0400 |
commit | f43d15a1dd52dd4a3c83598492948b6aeb3261d6 (patch) | |
tree | 5d3658e8cb0daca1508fdfeb36ed7e99d0cc4926 /README.md | |
parent | b0381360ba786433edf270bd0a6949000505e939 (diff) | |
download | lite-xl-plugins-f43d15a1dd52dd4a3c83598492948b6aeb3261d6.tar.gz lite-xl-plugins-f43d15a1dd52dd4a3c83598492948b6aeb3261d6.zip |
Add `align_carets` (#89)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | |