diff options
author | Adam <adamdharrison@gmail.com> | 2023-01-09 21:16:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 21:16:07 -0500 |
commit | 3ffb25065017bec06318df6fbe3f3d3240d9e811 (patch) | |
tree | 797abbf2274e78c80c30d0c8eb3216a73fbbea16 | |
parent | 3dbe2e1b10a5911e858da9442bba099b794b817b (diff) | |
parent | 253e1ac2ef2c648cbf0ad033cbfbaedeb0561d49 (diff) | |
download | lite-xl-plugins-3ffb25065017bec06318df6fbe3f3d3240d9e811.tar.gz lite-xl-plugins-3ffb25065017bec06318df6fbe3f3d3240d9e811.zip |
Merge pull request #188 from adamharrison/add-ide
Adds in build/debugger to list.
-rw-r--r-- | manifest.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 5359c8a..3768dde 100644 --- a/manifest.json +++ b/manifest.json @@ -57,6 +57,13 @@ "mod_version": "3" }, { + "description": "Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/build.png))*", + "version": "0.1", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:445345f2b25898404879dacbd7709f8a7c7b0795", + "id": "build", + "mod_version": "3" + }, + { "description": "Centers document's content on the screen and adds zen mode support *([screenshot](https://user-images.githubusercontent.com/3920290/82127896-bf6e4500-97ae-11ea-97fc-ba9a552bc9a4.png))*", "version": "0.1", "path": "plugins/centerdoc.lua", @@ -106,6 +113,13 @@ "mod_version": "3" }, { + "description": "Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))*", + "version": "0.1", + "remote": "https://github.com/adamharrison/lite-xl-ide.git:445345f2b25898404879dacbd7709f8a7c7b0795", + "id": "debugger", + "mod_version": "3" + }, + { "description": "Adds the current workspace and file to your Discord Rich Presence", "version": "0.1", "remote": "https://github.com/vincens2005/lite-xl-discord:93ac3abb7381fe6d5c9734e40c008cd26713f1a8", |