diff options
author | Adam <adamdharrison@gmail.com> | 2023-01-09 21:16:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 21:16:17 -0500 |
commit | 86dd9a4f91dcf24fa9798f63b102c864c202994e (patch) | |
tree | 55941a64e19eecc9870a2c8380a67f318aa99852 | |
parent | 3ffb25065017bec06318df6fbe3f3d3240d9e811 (diff) | |
parent | be0fd515b04ccbdc2bd952a38876b8afa506f7cb (diff) | |
download | lite-xl-plugins-86dd9a4f91dcf24fa9798f63b102c864c202994e.tar.gz lite-xl-plugins-86dd9a4f91dcf24fa9798f63b102c864c202994e.zip |
Merge pull request #192 from adamharrison/add-plugin-manager
Added in plugin_manager stub.
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 3768dde..e919107 100644 --- a/manifest.json +++ b/manifest.json @@ -987,6 +987,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", |