aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2024-02-28 22:53:04 +0000
committerGithub Actions <>2024-02-28 22:53:04 +0000
commitbb4b77523d2ed6e497bcbbebd4f197507cd18cac (patch)
treea01ad53ab6e5bd4505bf287095b9f3fa6c74fd7f
parent189b293e70dfdd6f5cb78c1207d69c166f2c5785 (diff)
downloadlite-xl-plugins-bb4b77523d2ed6e497bcbbebd4f197507cd18cac.tar.gz
lite-xl-plugins-bb4b77523d2ed6e497bcbbebd4f197507cd18cac.zip
[CI] Updated README.md.
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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 |