diff options
author | PerilousBooklet <raffaele.orabona@protonmail.com> | 2024-03-30 17:23:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-30 17:23:22 +0100 |
commit | 3dfb9e06c0e4081c881019e4f33dcc873bbf3cf1 (patch) | |
tree | ac70d0635d8e5679fafda5c2f68f92f11fb644a9 /manifest.json | |
parent | d67cbfd4b4a3b70df1b64349c507edf9c553a728 (diff) | |
download | lite-xl-plugins-3dfb9e06c0e4081c881019e4f33dcc873bbf3cf1.tar.gz lite-xl-plugins-3dfb9e06c0e4081c881019e4f33dcc873bbf3cf1.zip |
Add `devicons` (#402)
* Add my devicons plugin.
* Added missing version field to font_devicons.
* Update manifest.json
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 0c0e979..5a96132 100644 --- a/manifest.json +++ b/manifest.json @@ -294,6 +294,21 @@ "version": "0.1" }, { + "description": "Icons font for the devicons plugin.", + "id": "font_devicons", + "mod_version": "3", + "type": "font", + "remote": "https://github.com/PerilousBooklet/lite-xl-devicons:e78f2374a1f4de5d0f324af46a07c2f9ffa7ccef", + "version": "1.0.0" + }, + { + "description": "PerilousBooklet's treeview icons for software developers.", + "id": "devicons", + "mod_version": "3", + "remote": "https://github.com/PerilousBooklet/lite-xl-devicons:e78f2374a1f4de5d0f324af46a07c2f9ffa7ccef", + "version": "1.0.0" + }, + { "description": "Add end tags in variety of languages. Similar to [Vim Endwise](https://github.com/tpope/vim-endwise)", "id": "endwise", "mod_version": "3", |