aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTyler Erickson <me@tylererickson.com>2020-08-28 23:17:53 -0700
committerTyler Erickson <me@tylererickson.com>2020-08-28 23:17:53 -0700
commit75cf8d51bfcc573a87b3a6eec98dab5b7d45288c (patch)
tree701c86e7a1d2bfa5a1fc8c6565c9c2927fb4cb93 /README.md
parentea3ad14c17684e438c560fd36bf5e5d7c58a4389 (diff)
downloadlite-xl-plugins-75cf8d51bfcc573a87b3a6eec98dab5b7d45288c.tar.gz
lite-xl-plugins-75cf8d51bfcc573a87b3a6eec98dab5b7d45288c.zip
Added projectmanager.lua
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 b7d94fa..b01417e 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,7 @@ Plugin | Description
[`motiontrail`](plugins/motiontrail.lua?raw=1) | Adds a motion-trail to the caret *([screenshot](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))*
[`openfilelocation`](plugins/openfilelocation.lua?raw=1) | Opens the parent directory of the current file in the file manager
[`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url
+[`projectmanager`](plugins/projectmanager.lua?raw=1) | Save projects and load/reload them quickly
[`scale`](plugins/scale.lua?raw=1) | Provides support for dynamically adjusting the scale of the code font / UI (`ctrl+-`, `ctrl+=`)
[`scalestatus`](plugins/scalestatus.lua?raw=1) | Displays current scale (zoom) in status view (depends on scale 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))*