diff options
-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" }, { |