aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-05 16:31:56 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-05 16:31:56 -0500
commitbe0fd515b04ccbdc2bd952a38876b8afa506f7cb (patch)
tree137c1580b3ac978b311d0166d03bdd3a7814eb6c /manifest.json
parent05887e4071ca0bf65712bb95f6b3f61b8c85c868 (diff)
downloadlite-xl-plugins-be0fd515b04ccbdc2bd952a38876b8afa506f7cb.tar.gz
lite-xl-plugins-be0fd515b04ccbdc2bd952a38876b8afa506f7cb.zip
Added in plugin_manager stub.
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json7
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",