diff options
author | Techie Guy <79499324+techie-guy@users.noreply.github.com> | 2023-01-22 10:23:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-21 23:53:00 -0500 |
commit | 54921225ff4340a503371066f273bcd79432dcdf (patch) | |
tree | 0a69beeb9ee19a8285d50503d055cc9f0d5bebef /manifest.json | |
parent | 97c83e21e8131c11001e0937dd3bd355c48826c6 (diff) | |
download | lite-xl-plugins-54921225ff4340a503371066f273bcd79432dcdf.tar.gz lite-xl-plugins-54921225ff4340a503371066f273bcd79432dcdf.zip |
Add Nerdicons Plugin (#202)
* Add Nerdicons Plugin
* Update manifest.json
* Update manifest.json
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index fff61d3..804b8c8 100644 --- a/manifest.json +++ b/manifest.json @@ -967,6 +967,14 @@ "id": "net" }, { + "description": "File icons set for TreeView. Download font from nerdfonts.com. Modification of the [nonicons](plugins/nonicons.lua) plugin" + "version": "1.0", + "type": "plugin", + "path": "plugins/nerdicons.lua", + "id": "nerdicons", + "mod_version": "3" + }, + { "description": "File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder", "version": "0.1", "path": "plugins/nonicons.lua", |