diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | manifest.json | 12 |
2 files changed, 7 insertions, 6 deletions
@@ -160,6 +160,7 @@ to follow with `extra.follow_branch`.* | [`primary_selection`](plugins/primary_selection.lua?raw=1) | Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed. | | [`profiler`](plugins/profiler) | Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler) | | [`projectsearch`](https://github.com/jgmdev/lite-xl-threads)* | Threaded project search with 5-10x better performance. | +| [`ptm`](https://github.com/PerilousBooklet/lite-xl-ptm)* | A project template manager for Lite XL. | | [`quetta`](https://github.com/adamharrison/quetta.git)* | Turns Lite XL into a terminal based editor. | | [`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours | | [`regexreplacepreview`](plugins/regexreplacepreview.lua?raw=1) | Allows for you to write a regex and its replacement in one go, and live preview the results. | diff --git a/manifest.json b/manifest.json index ad8a55e..730ab3b 100644 --- a/manifest.json +++ b/manifest.json @@ -2013,12 +2013,12 @@ "version": "1.2" }, { - "description": "A project template manager for Lite XL.", - "id": "ptm", - "mod_version": "3", - "name": "Project Template Manager", - "remote": "https://github.com/PerilousBooklet/lite-xl-ptm:f6695fa842af9d23769fdf25ad7fa9ebcfcb6e8d", - "version": "0.1.0" + "description": "A project template manager for Lite XL.", + "id": "ptm", + "mod_version": "3", + "name": "Project Template Manager", + "remote": "https://github.com/PerilousBooklet/lite-xl-ptm:f6695fa842af9d23769fdf25ad7fa9ebcfcb6e8d", + "version": "0.1.0" }, { "description": "Turns Lite XL into a terminal based editor.", |