aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <>2023-10-10 18:58:16 +0000
committerGithub Actions <>2023-10-10 18:58:16 +0000
commitc93a1242a41e1b3a444e4ecf232c4f9e926b579d (patch)
treef1ad6fbd4b8303550a657c613e482a2ed0d27235 /README.md
parent888fb02c1c9eff9d8327b79d26498d4dfdc973c4 (diff)
downloadlite-xl-plugins-c93a1242a41e1b3a444e4ecf232c4f9e926b579d.tar.gz
lite-xl-plugins-c93a1242a41e1b3a444e4ecf232c4f9e926b579d.zip
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 10001c4..29d98d7 100644
--- a/README.md
+++ b/README.md
@@ -101,7 +101,6 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`ipc`](plugins/ipc.lua?raw=1) | Adds inter-process communication support, single-instance mode and tab drag and drop between instances. |
| [`keymap_export`](plugins/keymap_export.lua?raw=1) | Exports the keymap to a JSON file. |
| [`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) |
-| [`language_dart`](plugins/language_dart.lua?raw=1) | Syntax for the [Dart](https://dart.dev/) programming languiage |
| [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline |
| [`linenumbers`](plugins/linenumbers.lua?raw=1) | The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))* |
| [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages |
@@ -132,7 +131,6 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`plugin_manager`](https://github.com/lite-xl/lite-xl-plugin-manager.git)\* | A plugin manager view for lite-xl that provides GUI access to `lpm` |
| [`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`](plugins/projectsearch.lua?raw=1) | Threaded project search with 5-10x better performance. |
| [`Multithreaded Project Search`](https://github.com/jgmdev/lite-xl-threads)\* | Threaded project search with 5-10x better performance. |
| [`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. |