diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2023-03-07 12:53:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 12:53:13 +0100 |
commit | bb76ef1d3f24535315816351ad62ea705154d708 (patch) | |
tree | 6ba2590016c7c52acc8fee7c1b7043839e659175 /manifest.json | |
parent | b08aa476fee15a8bcf3e3b5c9780236ab6a52586 (diff) | |
download | lite-xl-plugins-bb76ef1d3f24535315816351ad62ea705154d708.tar.gz lite-xl-plugins-bb76ef1d3f24535315816351ad62ea705154d708.zip |
Add `sticky_scroll` (#218)
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 41c6311..80b26e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1163,6 +1163,14 @@ "mod_version": "3" }, { + "description": "Keep track of the current scope at the top of the view (*[video](https://user-images.githubusercontent.com/2798487/222133911-e467a583-596c-47ab-8e65-eefc7b5c9112.mp4)*)", + "version": "1.0", + "path": "plugins/sticky_scroll.lua", + "id": "sticky_scroll", + "name": "Sticky Scroll", + "mod_version": "3" + }, + { "description": "Takes an SVG screenshot. Only browsers seem to support the generated SVG properly.", "version": "0.1", "path": "plugins/svg_screenshot.lua", |