From bb4b77523d2ed6e497bcbbebd4f197507cd18cac Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Wed, 28 Feb 2024 22:53:04 +0000 Subject: [CI] Updated README.md. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc51fe6..ff37247 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`motiontrail`](plugins/motiontrail.lua?raw=1) | Adds a motion-trail to the caret *([gif](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))* | | [`navigate`](plugins/navigate.lua?raw=1) | Allows moving back and forward between document positions, reducing the amount of scrolling | | [`nerdicons`](plugins/nerdicons.lua?raw=1) | File icons set for TreeView. Download font from nerdfonts.com. Modification of the [nonicons](plugins/nonicons.lua) plugin | -| [`nonicons`](plugins/nonicons.lua?raw=1) | File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder | +| [`nonicons`](plugins/nonicons.lua?raw=1) | File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font | | [`opacity`](plugins/opacity.lua?raw=1) | Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command. | | [`open_ext`](plugins/open_ext.lua?raw=1) | Automatically prompts you if you tried to open a binary file in the editor | | [`openfilelocation`](plugins/openfilelocation.lua?raw=1) | Opens the parent directory of the current file in the file manager | @@ -274,6 +274,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | Library | Description | | ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | | [`encoding`](https://github.com/jgmdev/lite-xl-encoding)\* | Add support for detecting file and string encodings as converting between them. | +| [`Nonicons font`](plugins/font_nonicons.lua?raw=1) | [Nonicons](https://github.com/yamatsum/nonicons/) font with mapping | | [`net`](https://github.com/jgmdev/lite-xl-net)\* | Add support for TCP and UDP sockets using SDL_net. | | [`Threads`](https://github.com/jgmdev/lite-xl-threads)\* | Supports spawning true os-threads. | | [`widget`](https://github.com/lite-xl/lite-xl-widgets)\* | Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins | -- cgit v1.2.3