diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/manifest.json b/manifest.json index be044d0..f224d06 100644 --- a/manifest.json +++ b/manifest.json @@ -101,7 +101,7 @@ }, { "description": "Customize the caret in the editor", - "version": "0.1", + "version": "0.2", "path": "plugins/custom_caret.lua", "id": "custom_caret", "mod_version": "3" @@ -225,7 +225,7 @@ "name": "Multithreaded Find File", "description": "Threaded project find files.", "version": "1.0", - "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", + "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197", "mod_version": "3", "id": "findfileimproved", "dependencies": { "thread": { } } @@ -1012,7 +1012,7 @@ "name": "Multithreaded Project Search", "description": "Threaded project search with 5-10x better performance.", "version": "1.2", - "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", + "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197", "mod_version": "3", "id": "projectsearch", "dependencies": { "thread": { } } @@ -1046,6 +1046,23 @@ "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", + "id": "search_ui", + "mod_version": "3", + "dependencies": { "widget": {} } + }, + { "description": "Select a color theme, like VScode, Sublime Text.(plugin saves changes)", "version": "0.1", "path": "plugins/select_colorscheme.lua", @@ -1164,9 +1181,9 @@ { "name": "Threads", "description": "Adds the missing multithreading functionality.", - "version": "1.1", + "version": "1.3", "type": "library", - "remote": "https://github.com/jgmdev/lite-xl-threads:e97d3471033a6ee940b480d7782ea33a2e5236c7", + "remote": "https://github.com/jgmdev/lite-xl-threads:9299a9a6b778cb34b12f0286b9162779920a9197", "mod_version": "3", "id": "thread" }, |