diff options
author | Jefferson González <jgmdev@gmail.com> | 2023-01-18 22:35:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 22:35:51 -0400 |
commit | d79a23fea2c24a963338ae05dc3494ed14dc346d (patch) | |
tree | 066e647759794d70ee23d6ceeb9fd350372dbba4 | |
parent | a5c3611c70feea236081dcfb9c94ffb36d8b676d (diff) | |
download | lite-xl-plugins-d79a23fea2c24a963338ae05dc3494ed14dc346d.tar.gz lite-xl-plugins-d79a23fea2c24a963338ae05dc3494ed14dc346d.zip |
add source control management plugin (#165)
-rw-r--r-- | manifest.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index bca7478..137d588 100644 --- a/manifest.json +++ b/manifest.json @@ -1046,6 +1046,15 @@ "mod_version": "3" }, { + "name": "Source Control Management", + "description": "Extensible source control management plugin with git and fossil backends.", + "version": "0.1", + "remote": "https://github.com/lite-xl/lite-xl-scm:930951990f9a3c78178265e5380e3c9e40b109d2", + "id": "scm", + "mod_version": "3", + "dependencies": { "widget": {} } + }, + { "description": "Friendlier search and replace user interface using Widgets.", "version": "0.1", "path": "plugins/search_ui.lua", |