diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2022-06-25 05:53:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-25 05:53:00 +0200 |
commit | e29a71cbb43d969c7bdc92e903115e5a43fd0d14 (patch) | |
tree | 4fe300ace202ba7a12221529465b0358ea94611b | |
parent | f2d19e431530274ba600cdb549986aceefc04623 (diff) | |
parent | e072614f0b6aa80f574cf330ab1fb839936cacf5 (diff) | |
download | lite-xl-plugins-e29a71cbb43d969c7bdc92e903115e5a43fd0d14.tar.gz lite-xl-plugins-e29a71cbb43d969c7bdc92e903115e5a43fd0d14.zip |
Merge pull request #110 from cfuendesign/patch-1
Corrected wrong term: ss -> gif
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -145,7 +145,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. | |