diff options
author | Adam <adamdharrison@gmail.com> | 2023-08-02 17:05:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 17:05:10 -0400 |
commit | beb69212d400d488533f02ee40781cb1fb1ff558 (patch) | |
tree | fcec3665aaffd16ffed0caab9bb534de43b31ff3 | |
parent | f2239b0446530f4c7a09b1b357defdf8c23b106e (diff) | |
download | lite-xl-plugins-beb69212d400d488533f02ee40781cb1fb1ff558.tar.gz lite-xl-plugins-beb69212d400d488533f02ee40781cb1fb1ff558.zip |
Updated manifest.json to include terminal. (#270)
* Updated manifest.json to include terminal.
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 163a55a..e21e8b9 100644 --- a/manifest.json +++ b/manifest.json @@ -1298,6 +1298,13 @@ "mod_version": "3" }, { + "description": "An integrated terminal for lite-xl.", + "version": "0.9", + "id": "terminal", + "mod_version": "3", + "remote": "https://github.com/adamharrison/lite-xl-terminal.git:89788ede70768726cf60b5c3049f1fc67bea46cd" + }, + { "description": "Compile Tex files into PDF", "version": "0.1", "path": "plugins/texcompile.lua", |