From 3605f1b389f3bf78fda0d46c8a043267ed04259e Mon Sep 17 00:00:00 2001 From: Takase <20792268+takase1121@users.noreply.github.com> Date: Thu, 18 Feb 2021 16:25:41 +0800 Subject: [PATCH] add pluginmanager --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bcee2ac8..6b0564f4 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,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 +[`pluginmanager`](https://github.com/takase1121/lite-plugin-manager)* | A minimalist plugin manager [`projectmanager`](plugins/projectmanager.lua?raw=1) | Save projects and load/reload them quickly [`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours [`scale`](plugins/scale.lua?raw=1) | Provides support for dynamically adjusting the scale of the code font / UI (`ctrl+-`, `ctrl+=`)