diff options
author | Tyler Erickson <me@tylererickson.com> | 2020-08-28 23:17:53 -0700 |
---|---|---|
committer | Tyler Erickson <me@tylererickson.com> | 2020-08-28 23:17:53 -0700 |
commit | 75cf8d51bfcc573a87b3a6eec98dab5b7d45288c (patch) | |
tree | 701c86e7a1d2bfa5a1fc8c6565c9c2927fb4cb93 /README.md | |
parent | ea3ad14c17684e438c560fd36bf5e5d7c58a4389 (diff) | |
download | lite-xl-plugins-75cf8d51bfcc573a87b3a6eec98dab5b7d45288c.tar.gz lite-xl-plugins-75cf8d51bfcc573a87b3a6eec98dab5b7d45288c.zip |
Added projectmanager.lua
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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))* |