aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2023-09-15 00:40:19 +0200
committerGitHub <noreply@github.com>2023-09-14 18:40:19 -0400
commit6b0e2a03ab39e202bc08790774a911933bdd1665 (patch)
treeb4c5852b73981d680f3292e1d5331eb596b7940d
parent24f44b9c47f45e738409cf6cb86faf32e69a59b6 (diff)
downloadlite-xl-plugins-6b0e2a03ab39e202bc08790774a911933bdd1665.tar.gz
lite-xl-plugins-6b0e2a03ab39e202bc08790774a911933bdd1665.zip
Set `widget` as `library` (#293)
-rw-r--r--manifest.json31
1 files changed, 16 insertions, 15 deletions
diff --git a/manifest.json b/manifest.json
index 94c12d6..a75c0e7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -36,6 +36,13 @@
"mod_version": "3"
},
{
+ "description": "Theme manager with base16 color schemes for Lite XL.",
+ "version": "0.2",
+ "remote": "https://github.com/SmileYzn/base16.git:10f6958c508809b79b366b129cf7f239a6f8e6ba",
+ "mod_version": "3",
+ "id": "base16"
+ },
+ {
"description": "Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))*",
"version": "0.1",
"path": "plugins/bigclock.lua",
@@ -71,6 +78,13 @@
"mod_version": "3"
},
{
+ "id": "codeplus",
+ "version": "1.0",
+ "description": "Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif))",
+ "remote": "https://github.com/chqs-git/code-plus.git:b336999b707709df2ddcb865f664623c5beceabb",
+ "mod_version": 3
+ },
+ {
"description": "Color picker dialog that supports html and rgb notations.",
"version": "0.1",
"path": "plugins/colorpicker.lua",
@@ -1428,7 +1442,8 @@
},
{
"description": "Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins",
- "version": "0.2",
+ "version": "0.2.1",
+ "type": "library",
"remote": "https://github.com/lite-xl/lite-xl-widgets:b5e6e212c0516ec7b55f57c7efcfda9d791cdb0d",
"mod_version": "3",
"id": "widget"
@@ -1456,20 +1471,6 @@
"name": "wal.lxl",
"mod_version": "3",
"replaces": [ "wal_lxl" ]
- },
- {
- "id": "codeplus",
- "version": "1.0",
- "description": "Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif))",
- "remote": "https://github.com/chqs-git/code-plus.git:b336999b707709df2ddcb865f664623c5beceabb",
- "mod_version": 3
- },
- {
- "description": "Theme manager with base16 color schemes for Lite XL.",
- "version": "0.2",
- "remote": "https://github.com/SmileYzn/base16.git:10f6958c508809b79b366b129cf7f239a6f8e6ba",
- "mod_version": "3",
- "id": "base16"
}
]
}