aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Castillo <65634520+cfuendesign@users.noreply.github.com>2022-06-24 18:11:00 -0500
committerGitHub <noreply@github.com>2022-06-24 18:11:00 -0500
commite072614f0b6aa80f574cf330ab1fb839936cacf5 (patch)
tree0d66808def384f45316fd412a5d1cf260e801f6c
parenta46a62608edd0ef50a8494e5c9502d94b8a145dc (diff)
downloadlite-xl-plugins-e072614f0b6aa80f574cf330ab1fb839936cacf5.tar.gz
lite-xl-plugins-e072614f0b6aa80f574cf330ab1fb839936cacf5.zip
Corrected wrong term: ss -> gif
A gif of the motiontrail plugin is linked on line 147, but it is referred to as a "screenshot". https://github.com/lite-xl/lite-xl-plugins/blob/a46a62608edd0ef50a8494e5c9502d94b8a145dc/README.md?plain=1#L147 This was corrected.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a2854a..0b5ee89 100644
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ to something other than a raw file it should be marked with an asterisk.*
| [`markers`](plugins/markers.lua?raw=1) | Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))* |
| [`memoryusage`](plugins/memoryusage.lua?raw=1) | Show memory usage in the status view |
| [`minimap`](plugins/minimap.lua?raw=1) | Shows a minimap on the right-hand side of the docview. Taken from [@andsve](https://github.com/andsve/lite-plugins/tree/minimap-plugin), and improved upon. |
-| [`motiontrail`](plugins/motiontrail.lua?raw=1) | Adds a motion-trail to the caret *([screenshot](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))* |
+| [`motiontrail`](plugins/motiontrail.lua?raw=1) | Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))* |
| [`navigate`](plugins/navigate.lua?raw=1) | Allows moving back and forward between document positions, reducing the amount of scrolling |
| [`nonicons`](plugins/nonicons.lua?raw=1) | File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder |
| [`opacity`](plugins/opacity.lua?raw=1) | Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command. |