Skip to content

Commit

Permalink
Add coro_diff and renamer (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guldoman authored Nov 11, 2024
1 parent c30f9d0 commit b639a28
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@
"path": "plugins/copyfilelocation.lua",
"version": "0.1"
},
{
"description": "Diff library that yields.",
"id": "coro_diff",
"mod_version": "3",
"remote": "https://github.com/Guldoman/lite-xl-coro_diff:5f7d422cf6f03e958bbc32c714a81fc5aaef6970",
"type": "library",
"version": "0.1.1"
},
{
"description": "Customize the caret in the editor",
"id": "custom_caret",
Expand Down Expand Up @@ -2042,6 +2050,14 @@
"path": "plugins/regexreplacepreview.lua",
"version": "0.2"
},
{
"description": "Rename files in bulk",
"id": "renamer",
"mod_version": "3",
"name": "Renamer",
"remote": "https://github.com/Guldoman/lite-xl-renamer:49dfdcd8951b22f44515f0e9b70489e750b1c4a2",
"version": "0.1.0"
},
{
"description": "Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t.",
"id": "restoretabs",
Expand Down

0 comments on commit b639a28

Please sign in to comment.