diff options
author | cukmekerb <cukmekerb@gmail.com> | 2021-07-05 21:50:35 -0700 |
---|---|---|
committer | cukmekerb <cukmekerb@gmail.com> | 2021-07-05 21:50:35 -0700 |
commit | 83fcee49038842f3d7f60ebce5058d6e3fccbc92 (patch) | |
tree | dc259f6b9741c2e7fadfc1bb06076ef1cad0ab87 /README.md | |
parent | 9596fd84f4ac718a97e2d9369ba3d093f1ea1bc8 (diff) | |
download | lite-xl-plugins-83fcee49038842f3d7f60ebce5058d6e3fccbc92.tar.gz lite-xl-plugins-83fcee49038842f3d7f60ebce5058d6e3fccbc92.zip |
minimap plugin no longer crashes lite-xl and now renders tab indentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -97,7 +97,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). +[`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))* ~~[`nagbar`](https://github.com/takase1121/lite-nagbar)*~~ | integrated in lite-xl ~~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 |