diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-05 16:09:53 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-05 16:09:53 -0500 |
commit | 253e1ac2ef2c648cbf0ad033cbfbaedeb0561d49 (patch) | |
tree | b296cea0f3fffe91f4e6c667bc2b9a53cc2b8f14 /manifest.json | |
parent | 05887e4071ca0bf65712bb95f6b3f61b8c85c868 (diff) | |
download | lite-xl-plugins-253e1ac2ef2c648cbf0ad033cbfbaedeb0561d49.tar.gz lite-xl-plugins-253e1ac2ef2c648cbf0ad033cbfbaedeb0561d49.zip |
Added debugger and build to plugin list.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 71143d1..feac449 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", |