diff options
author | Github Actions <> | 2023-09-25 10:51:30 +0000 |
---|---|---|
committer | Github Actions <> | 2023-09-25 10:51:30 +0000 |
commit | 86b4e30b90dafb7578691e200b2e02ace3aa1700 (patch) | |
tree | 715c2f6ea08771c62cd61c7e2aa2b3183fff5625 | |
parent | b3c78b846a89f8f80439c3cea30814eff758055d (diff) | |
download | lite-xl-plugins-86b4e30b90dafb7578691e200b2e02ace3aa1700.tar.gz lite-xl-plugins-86b4e30b90dafb7578691e200b2e02ace3aa1700.zip |
[CI] Updated README.md.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`immersive-title`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL | | [`indent_convert`](plugins/indent_convert.lua?raw=1) | Convert between tabs and spaces indentation | | [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* | -| [`ipc`](plugins/ipc.lua?raw=1) | Adds inter-process communication support | +| [`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_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language | |