aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2024-02-29 00:00:52 +0100
committerGitHub <noreply@github.com>2024-02-29 00:00:52 +0100
commiteadf78b5d4b96ae2e480dc1a769aef066a2db896 (patch)
tree26e43416d524863d823fd63919e83644c5639c69 /manifest.json
parentbb4b77523d2ed6e497bcbbebd4f197507cd18cac (diff)
downloadlite-xl-plugins-eadf78b5d4b96ae2e480dc1a769aef066a2db896.tar.gz
lite-xl-plugins-eadf78b5d4b96ae2e480dc1a769aef066a2db896.zip
Add NerdFont Symbols font as a library and make the `nerdicons` plugin use it (#254)
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json23
1 files changed, 20 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json
index 331abf4..fb70c75 100644
--- a/manifest.json
+++ b/manifest.json
@@ -446,6 +446,20 @@
]
},
{
+ "name": "Nerd Font Symbols Mono Regular",
+ "description": "[Nerd Font Symbols](https://github.com/ryanoasis/nerd-fonts/) font with mapping",
+ "version": "3.1.1",
+ "type": "library",
+ "path": "plugins/font_symbols_nerdfont_mono_regular.lua",
+ "id": "font_symbols_nerdfont_mono_regular",
+ "files": [
+ {
+ "url": "https://github.com/ryanoasis/nerd-fonts/raw/cf3561b1a51f70d5398eb49d603679b0f0c55d74/patched-fonts/NerdFontsSymbolsOnly/SymbolsNerdFontMono-Regular.ttf",
+ "checksum": "f4f40e003e9d00000f1218a606127fab82b1faf0df2d9095a06190f4f2c32e36"
+ }
+ ]
+ },
+ {
"description": "Allows users to load fonts with [fontconfig](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html).",
"version": "0.1",
"path": "plugins/fontconfig.lua",
@@ -1443,12 +1457,15 @@
"id": "net"
},
{
- "description": "File icons set for TreeView. Download font from nerdfonts.com. Modification of the [nonicons](plugins/nonicons.lua) plugin",
- "version": "1.0.1",
+ "description": "File icons set for TreeView. Modification of the [nonicons](plugins/nonicons.lua) plugin. Uses [NerdFont](https://www.nerdfonts.com/) icons",
+ "version": "1.1",
"type": "plugin",
"path": "plugins/nerdicons.lua",
"id": "nerdicons",
- "mod_version": "3"
+ "mod_version": "3",
+ "dependencies": {
+ "font_symbols_nerdfont_mono_regular": {}
+ }
},
{
"description": "File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font",