diff options
author | Github Actions <> | 2024-03-30 16:23:32 +0000 |
---|---|---|
committer | Github Actions <> | 2024-03-30 16:23:32 +0000 |
commit | f81d191e470f6aab5b93200ed51d93aba80163bc (patch) | |
tree | ca4feff1c6cce4dbd82bf395d7e2881019a6ce98 | |
parent | 3dfb9e06c0e4081c881019e4f33dcc873bbf3cf1 (diff) | |
download | lite-xl-plugins-f81d191e470f6aab5b93200ed51d93aba80163bc.tar.gz lite-xl-plugins-f81d191e470f6aab5b93200ed51d93aba80163bc.zip |
[CI] Updated README.md and manifest.json.
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -74,6 +74,7 @@ to follow with `extra.follow_branch`.* | [`custom_caret`](plugins/custom_caret.lua?raw=1) | Customize the caret in the editor | | [`datetimestamps`](plugins/datetimestamps.lua?raw=1) | Insert date-, time- and date-time-stamps | | [`debugger`](https://github.com/adamharrison/lite-xl-ide.git)\* | Provides a debugger integration, with pluggable backends. Currently supports only gdb. *([screenshot](https://raw.githubusercontent.com/adamharrison/lite-xl-ide/main/screenshots/debugger.png))* | +| [`devicons`](https://github.com/PerilousBooklet/lite-xl-devicons)\* | PerilousBooklet's treeview icons for software developers. | | [`Discord RPC`](https://github.com/vincens2005/lite-xl-discord2)\* | Adds the current workspace and file to your Discord rich presence. Linux-only. | | [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) | | [`Easing Previewer`](https://github.com/ThaCuber/lite-xl-easingpreview)\* | Adds a popup that displays the curve of Penner-styled easing functions. | diff --git a/manifest.json b/manifest.json index 5a96132..2099e47 100644 --- a/manifest.json +++ b/manifest.json @@ -297,8 +297,8 @@ "description": "Icons font for the devicons plugin.", "id": "font_devicons", "mod_version": "3", - "type": "font", "remote": "https://github.com/PerilousBooklet/lite-xl-devicons:e78f2374a1f4de5d0f324af46a07c2f9ffa7ccef", + "type": "font", "version": "1.0.0" }, { |