aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <>2024-10-20 19:47:40 +0000
committerGithub Actions <>2024-10-20 19:47:40 +0000
commit03c8b329a291021fe393c25e9d3fd2f58965b537 (patch)
tree6d7e62bf7242e6e3801cc9ae4e4ed3bf32ef9d6c /README.md
parent9da40d63c375834bb082975a979cdafb7ae75b5e (diff)
downloadlite-xl-plugins-03c8b329a291021fe393c25e9d3fd2f58965b537.tar.gz
lite-xl-plugins-03c8b329a291021fe393c25e9d3fd2f58965b537.zip
[CI] Updated README.md and manifest.json.
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 bec190e..cd6a9bb 100644
--- a/README.md
+++ b/README.md
@@ -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. |