diff options
author | Martino Ferrari <manda.mgf@gmail.com> | 2024-07-11 17:34:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-11 17:34:37 +0200 |
commit | 72fe1cd26f6c4cea8095d83ff236083f29f8b4a8 (patch) | |
tree | 5de405519b19cb3996c74aa52a8dbf2975b5d19f | |
parent | 2a872bbbd4364dc515389b9d5d900d815c145f6b (diff) | |
download | lite-xl-plugins-72fe1cd26f6c4cea8095d83ff236083f29f8b4a8.tar.gz lite-xl-plugins-72fe1cd26f6c4cea8095d83ff236083f29f8b4a8.zip |
added keyhud plugin (#454)
* added keyhud plugin
* Update manifest.json
fixed typo
* fixed missing comma
* Update manifest.json
* Update manifest.json
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 449e4cf..a855c0f 100644 --- a/manifest.json +++ b/manifest.json @@ -605,6 +605,14 @@ "version": "22.0.1" }, { + "id": "keyhud", + "description": "Simple *key HUD* for Lite XL", + "mod_version": "3", + "remote": "https://codeberg.org/Mandarancio/keyhud:1560d11fb5485aea264ea742e7ee6cd7693f03e0", + "type": "plugin", + "version": "0.1" + }, + { "description": "Exports the keymap to a JSON file.", "id": "keymap_export", "mod_version": "3", |