diff options
author | Adam <adamdharrison@gmail.com> | 2024-09-29 19:16:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 01:16:03 +0200 |
commit | 28cb4c77ea88726ce3712973c907244151d0cf68 (patch) | |
tree | 100d7f12a4186b10411fec8effe250396c0a0911 /manifest.json | |
parent | 03fcfd8d9038ecfea918f70212efd3b1136da999 (diff) | |
download | lite-xl-plugins-28cb4c77ea88726ce3712973c907244151d0cf68.tar.gz lite-xl-plugins-28cb4c77ea88726ce3712973c907244151d0cf68.zip |
Allow width override in `indentguide`. (#485)
* Allowed for width override for quetta.
* Added in config to table.
* Bumped indentguide version.
* Changed indentguide to return an object, and to have a method for computing width.
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 c88545f..16b2204 100644 --- a/manifest.json +++ b/manifest.json @@ -589,7 +589,7 @@ "id": "indentguide", "mod_version": "3", "path": "plugins/indentguide.lua", - "version": "0.2" + "version": "0.3" }, { "description": "Adds inter-process communication support, single-instance mode and tab drag and drop between instances.", |