aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2024-10-11 13:16:05 +0000
committerGithub Actions <>2024-10-11 13:16:05 +0000
commite9e4bf5c7da44650743079895ab10ad727341fa2 (patch)
tree7ca2790eda4bb5293683edfee5143699eefcc708
parentae54a46b40b8427e9533452146e1325fc3e9f30c (diff)
downloadlite-xl-plugins-e9e4bf5c7da44650743079895ab10ad727341fa2.tar.gz
lite-xl-plugins-e9e4bf5c7da44650743079895ab10ad727341fa2.zip
[CI] Updated README.md and manifest.json.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2253488..bec190e 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ to follow with `extra.follow_branch`.*
| [`bigclock`](plugins/bigclock.lua?raw=1) | Shows the current time and date in a view with large text *([screenshot](https://user-images.githubusercontent.com/3920290/82752891-3318df00-9db9-11ea-803f-261d80d5cf53.png))* |
| [`black`](https://git.sr.ht/~tmpod/black-lite)* | Integrates the [black](https://github.com/psf/black) Python formatter with lite |
| [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching pair for bracket under the caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* |
-| [`build`](https://github.com/lite-xl/lite-xl-ide.git)* | Provides a build system, messages window, and easily clickable errors. Supports an internal build system, and `make`. *([screenshot](https://raw.githubusercontent.com/lite-xl/lite-xl-ide/main/screenshots/build.png))* |
+| [`build`](https://github.com/lite-xl/lite-xl-ide.git)* | 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))* |
| [`centerdoc`](plugins/centerdoc.lua?raw=1) | 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))* |
| [`cleanstart`](plugins/cleanstart.lua?raw=1) | Hides the treeview at start if no arguments passed to the executable are directories. Compatible with lite. |
| [`codeplus`](https://github.com/chqs-git/code-plus.git)* | Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif)) |
@@ -73,7 +73,7 @@ to follow with `extra.follow_branch`.*
| [`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard |
| [`custom_caret`](plugins/custom_caret.lua?raw=1) | Customize the caret in the editor |
| [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps |
-| [`debugger`](https://github.com/lite-xl/lite-xl-ide.git)* | Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/lite-xl/lite-xl-ide/main/screenshots/debugger.png))* |
+| [`debugger`](https://github.com/lite-xl/lite-xl-ide.git)* | Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))* |
| [`devicons`](https://github.com/PerilousBooklet/lite-xl-devicons)* | PerilousBooklet's treeview icons for software developers. |
| [`discord-presence`](https://github.com/vincens2005/lite-xl-discord2)* | Adds the current workspace and file to your Discord rich presence. Linux-only. |
| [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) |