From 3dfb9e06c0e4081c881019e4f33dcc873bbf3cf1 Mon Sep 17 00:00:00 2001 From: PerilousBooklet Date: Sat, 30 Mar 2024 17:23:22 +0100 Subject: Add `devicons` (#402) * Add my devicons plugin. * Added missing version field to font_devicons. * Update manifest.json Co-authored-by: Guldoman --------- Co-authored-by: Guldoman --- manifest.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/manifest.json b/manifest.json index 0c0e979..5a96132 100644 --- a/manifest.json +++ b/manifest.json @@ -293,6 +293,21 @@ "path": "plugins/datetimestamps.lua", "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", -- cgit v1.2.3