diff options
author | takase1121 <20792268+takase1121@users.noreply.github.com> | 2023-01-08 17:20:36 +0800 |
---|---|---|
committer | takase1121 <20792268+takase1121@users.noreply.github.com> | 2023-01-08 17:20:36 +0800 |
commit | a701421021ccbd95abac9f28d33a740a63a4465a (patch) | |
tree | 10482cebe1a141dbe016f561d462c4b155d35977 /manifest.json | |
parent | 07d33a93090b5c8ae40141f1b80ae63b5110d1c7 (diff) | |
download | lite-xl-plugins-a701421021ccbd95abac9f28d33a740a63a4465a.tar.gz lite-xl-plugins-a701421021ccbd95abac9f28d33a740a63a4465a.zip |
keymap_export: add keymap_export
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index d6be566..d27e626 100644 --- a/manifest.json +++ b/manifest.json @@ -300,6 +300,13 @@ "mod_version": "3" }, { + "description": "Exports the keymap to a JSON file.", + "version": "0.1", + "path": "plugins/keymap_export.lua", + "id": "keymap_export", + "mod_version": "3" + }, + { "description": "Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console))", "version": "0.1", "remote": "https://github.com/Kode-Community/kinc_plugin:309fe4193a09cf739ed0a058b1a6966a463a1dbd", |