diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-05 16:31:56 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-05 16:31:56 -0500 |
commit | be0fd515b04ccbdc2bd952a38876b8afa506f7cb (patch) | |
tree | 137c1580b3ac978b311d0166d03bdd3a7814eb6c /manifest.json | |
parent | 05887e4071ca0bf65712bb95f6b3f61b8c85c868 (diff) | |
download | lite-xl-plugins-be0fd515b04ccbdc2bd952a38876b8afa506f7cb.tar.gz lite-xl-plugins-be0fd515b04ccbdc2bd952a38876b8afa506f7cb.zip |
Added in plugin_manager stub.
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 71143d1..e9136d1 100644 --- a/manifest.json +++ b/manifest.json @@ -940,6 +940,13 @@ "mod_version": "3" }, { + "description": "A plugin manager view for lite-xl that provides GUI access to `lpm`", + "version": "0.1", + "remote": "https://github.com/lite-xl/lite-xl-plugin-manager.git:3e5d5b0827058f2eeddfb166d8128fc086a87e28", + "id": "plugin_manager", + "mod_version": "3" + }, + { "description": "Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed.", "version": "0.1", "path": "plugins/primary_selection.lua", |