From 1ee9459483c70f505e9bd8ec0e4fd86373c7565b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Jul 2026 00:31:13 +0000 Subject: [PATCH] chore: update plugin catalog [skip ci] --- catalog.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/catalog.toml b/catalog.toml index 4c7751d..cda2f2f 100644 --- a/catalog.toml +++ b/catalog.toml @@ -217,3 +217,14 @@ icon = "image" description = "Drag and drop an image onto the desktop to set it as wallpaper using Noctalia's wallpaper settings." plugin_api = 3 tags = ["desktop", "wallpaper"] + +[[plugin]] +id = "cleboost/zed-provider" +name = "Zed Provider" +version = "1.0.0" +author = "cleboost" +license = "MIT" +icon = "folder-open" +description = "Open a recent Zed project from the launcher. Type /zed to list your projects." +plugin_api = 3 +tags = ["launcher", "development", "productivity"]