diff options
author | Adam <adamdharrison@gmail.com> | 2023-01-19 17:51:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-19 17:51:14 -0500 |
commit | 781db3e802f73cd64906015b34b36cbef3bf29f9 (patch) | |
tree | 44326d155cc2b829cde4a1d57e157d66482a3fce /manifest.json | |
parent | 28c81e4e2a7a5c2e510ad161791a5c211f7b1a62 (diff) | |
parent | a701421021ccbd95abac9f28d33a740a63a4465a (diff) | |
download | lite-xl-plugins-781db3e802f73cd64906015b34b36cbef3bf29f9.tar.gz lite-xl-plugins-781db3e802f73cd64906015b34b36cbef3bf29f9.zip |
Merge pull request #194 from takase1121/PR/keymap_export
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 f224d06..e9a843d 100644 --- a/manifest.json +++ b/manifest.json @@ -315,6 +315,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", |