diff options
author | Adam <adamdharrison@gmail.com> | 2021-06-24 18:51:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 18:51:56 -0400 |
commit | 9596fd84f4ac718a97e2d9369ba3d093f1ea1bc8 (patch) | |
tree | d5604239202576240e4c1ec4674ddf47935d8611 | |
parent | e2660df53d79f2264eb726e17ba83abefc1a4cf9 (diff) | |
parent | d888ceec02f4538ef51f4534713bbbd2847ec796 (diff) | |
download | lite-xl-plugins-9596fd84f4ac718a97e2d9369ba3d093f1ea1bc8.tar.gz lite-xl-plugins-9596fd84f4ac718a97e2d9369ba3d093f1ea1bc8.zip |
Merge pull request #40 from lite-xl/remove-nagbar
remove nagbar because it is integrated in lite-xl
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ Plugin | Description [`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))* +~~[`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 [`openfilelocation`](plugins/openfilelocation.lua?raw=1) | Opens the parent directory of the current file in the file manager [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url |