diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 | |