aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <>2024-09-09 16:23:04 +0000
committerGithub Actions <>2024-09-09 16:23:04 +0000
commitaa51dc6a6d910e282615e3651bca89209ea1fbb2 (patch)
tree81f92107ed15b4fd04253270468904e959bcc4e2 /README.md
parent5836fda442d0751111bef7810dfaedd1939edc3b (diff)
downloadlite-xl-plugins-aa51dc6a6d910e282615e3651bca89209ea1fbb2.tar.gz
lite-xl-plugins-aa51dc6a6d910e282615e3651bca89209ea1fbb2.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 136ab5e..c067356 100644
--- a/README.md
+++ b/README.md
@@ -159,6 +159,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. |
+| [`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. |
| [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t. |