diff options
author | Github Actions <> | 2024-07-11 15:34:47 +0000 |
---|---|---|
committer | Github Actions <> | 2024-07-11 15:34:47 +0000 |
commit | 95e276d022b6d66c470575dcddcc4ccbbc5e09fb (patch) | |
tree | 3eaf548be54393d52422921871b289edab3c6e7f | |
parent | 72fe1cd26f6c4cea8095d83ff236083f29f8b4a8 (diff) | |
download | lite-xl-plugins-95e276d022b6d66c470575dcddcc4ccbbc5e09fb.tar.gz lite-xl-plugins-95e276d022b6d66c470575dcddcc4ccbbc5e09fb.zip |
[CI] Updated README.md and manifest.json.
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -116,6 +116,7 @@ to follow with `extra.follow_branch`.* | [`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, single-instance mode and tab drag and drop between instances. | +| [`keyhud`](https://codeberg.org/Mandarancio/keyhud)* | Simple *key HUD* for Lite XL | | [`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)) | | [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline | diff --git a/manifest.json b/manifest.json index a855c0f..fc2b444 100644 --- a/manifest.json +++ b/manifest.json @@ -605,8 +605,8 @@ "version": "22.0.1" }, { - "id": "keyhud", "description": "Simple *key HUD* for Lite XL", + "id": "keyhud", "mod_version": "3", "remote": "https://codeberg.org/Mandarancio/keyhud:1560d11fb5485aea264ea742e7ee6cd7693f03e0", "type": "plugin", |