diff options
author | Cyriaque Skrapits <cysoun@gmail.com> | 2023-10-27 21:48:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-27 21:48:55 +0200 |
commit | 9fec01149ec391194f9eaa0d5e3926f14a9e0b80 (patch) | |
tree | 142037289773828fff7521456e74188d772987ee /manifest.json | |
parent | f02ce208852d5682c4a088e40ad9958bfb6180a4 (diff) | |
download | lite-xl-plugins-9fec01149ec391194f9eaa0d5e3926f14a9e0b80.tar.gz lite-xl-plugins-9fec01149ec391194f9eaa0d5e3926f14a9e0b80.zip |
gitstatus: color icons as well (#164)
* gitstatus: also color icons
* gitstatus: add flag to toggle colored icons
* gitstatus: add `color_icons` in config_spec
* gitstatus: bump version to 0.2
* Update plugins/gitstatus.lua
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 2f7163c..2ce4030 100644 --- a/manifest.json +++ b/manifest.json @@ -478,7 +478,7 @@ }, { "description": "Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))*", - "version": "0.1", + "version": "0.2", "path": "plugins/gitstatus.lua", "id": "gitstatus", "mod_version": "3" |