diff options
author | Adam <adamdharrison@gmail.com> | 2021-06-24 18:49:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 18:49:58 -0400 |
commit | 148015563d0fa0fba06afcb29404e86f0a34ab3d (patch) | |
tree | 3a43143174c2309eddeddd97190b2d6e27548937 /README.md | |
parent | d1b4b6ec41a7626fb18b834fdf6751eeb376c50d (diff) | |
parent | 9f671f2ae3f64029b1c1ab556b4060c322831028 (diff) | |
download | lite-xl-plugins-148015563d0fa0fba06afcb29404e86f0a34ab3d.tar.gz lite-xl-plugins-148015563d0fa0fba06afcb29404e86f0a34ab3d.zip |
Merge pull request #31 from adamharrison/Minimap
Minimap Plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ Plugin | Description [`macmodkeys`](plugins/macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` [`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). [`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))* [`nagbar`](https://github.com/takase1121/lite-nagbar)* | consistent and _beautiful_ confirmation dialogs for lite and lite-xl *([gif](https://raw.githubusercontent.com/takase1121/lite-nagbar/master/assets/preview.gif))* [`navigate`](plugins/navigate.lua?raw=1) | Allows moving back and forward between document positions, reducing the amount of scrolling |