diff options
author | Github Actions <> | 2023-01-22 20:02:07 +0000 |
---|---|---|
committer | Github Actions <> | 2023-01-22 20:02:07 +0000 |
commit | 72bb85ec2b8e71651e6e0a7ce21782b4782cf43e (patch) | |
tree | 5d0be6da00b67b744fcf1e54f7baacd1a11d46c5 | |
parent | 91c84d467bf98f44645eb3057202cb5da113d2d7 (diff) | |
download | lite-xl-plugins-72bb85ec2b8e71651e6e0a7ce21782b4782cf43e.tar.gz lite-xl-plugins-72bb85ec2b8e71651e6e0a7ce21782b4782cf43e.zip |
[CI] Updated README.md.
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -196,6 +196,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))* | | [`settings`](plugins/settings.lua?raw=1) | Provides a GUI to manage core and plugin settings, bindings and select color theme *([video](https://user-images.githubusercontent.com/1702572/169743674-ececae24-f6b7-4ff2-bfa2-c4762cd327d9.mp4))*. (depends on [`widget`](https://github.com/lite-xl/lite-xl-widgets)) | | [`smallclock`](plugins/smallclock.lua?raw=1) | Displays the current time in the corner of the status view | +| [`smartopenselected`](plugins/smartopenselected.lua?raw=1) | Opens the selected filename or path in project. Useful to open imports. | | [`smoothcaret`](plugins/smoothcaret.lua?raw=1) | Smooth caret animation *([gif](https://user-images.githubusercontent.com/20792268/139006049-a0ba6559-88cb-49a7-8077-4822445b4a1f.gif))* | | [`sort`](plugins/sort.lua?raw=1) | Sorts selected lines alphabetically | | [`Source Control Management`](https://github.com/lite-xl/lite-xl-scm)\* | Extensible source control management plugin with git and fossil backends. | |