diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2021-06-12 18:10:59 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2021-06-12 18:10:59 -0400 |
commit | 9f671f2ae3f64029b1c1ab556b4060c322831028 (patch) | |
tree | 77faac6140c784d0b9f0070b16b81462fb7e85e8 /README.md | |
parent | 04ae5133a1cb87b1fac01391f191b496552a8974 (diff) | |
download | lite-xl-plugins-9f671f2ae3f64029b1c1ab556b4060c322831028.tar.gz lite-xl-plugins-9f671f2ae3f64029b1c1ab556b4060c322831028.zip |
Added entry in README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,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 |