diff options
author | Aziz Mazouz Jaber <52936496+kemzops@users.noreply.github.com> | 2024-02-29 06:10:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 05:10:52 +0100 |
commit | bf01ab4d07107e4f9b7330358b48fdb108fc09c8 (patch) | |
tree | fc2da5de8ad1876cc1c470697f91a1510cda2b5f /manifest.json | |
parent | 43876cf90721967fb44aabb7167d0b9d33076571 (diff) | |
download | lite-xl-plugins-bf01ab4d07107e4f9b7330358b48fdb108fc09c8.tar.gz lite-xl-plugins-bf01ab4d07107e4f9b7330358b48fdb108fc09c8.zip |
`icons` mjs, cjs, pug, ejs (#373)
* KDE Dialog Support
* KDE Dialog support for gui_filepicker
* Update plugins/gui_filepicker.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update plugins/gui_filepicker.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Snake variable
i hope you are happy :D
* mjs, js, pug, ejs icons
* Update manifest.json
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index fb70c75..140e052 100644 --- a/manifest.json +++ b/manifest.json @@ -1458,7 +1458,7 @@ }, { "description": "File icons set for TreeView. Modification of the [nonicons](plugins/nonicons.lua) plugin. Uses [NerdFont](https://www.nerdfonts.com/) icons", - "version": "1.1", + "version": "1.2", "type": "plugin", "path": "plugins/nerdicons.lua", "id": "nerdicons", @@ -1469,7 +1469,7 @@ }, { "description": "File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font", - "version": "0.3", + "version": "0.4", "path": "plugins/nonicons.lua", "id": "nonicons", "mod_version": "3", |