diff options
author | Geet Mankar <geetmankar21+github@gmail.com> | 2023-09-29 14:53:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 11:23:02 +0200 |
commit | 5d5f6a9db8d776e5808e2f4f34fbdfa28e8061dc (patch) | |
tree | 2eea50e62b8ea332917a445396cc143ed5b95230 /manifest.json | |
parent | 86b4e30b90dafb7578691e200b2e02ace3aa1700 (diff) | |
download | lite-xl-plugins-5d5f6a9db8d776e5808e2f4f34fbdfa28e8061dc.tar.gz lite-xl-plugins-5d5f6a9db8d776e5808e2f4f34fbdfa28e8061dc.zip |
Add Hybrid Line-numbers option to linenumbers.lua (#309)
* Update manifest.json
* Include Hybrid Line Number option
Add Hybrid line number option to linenumbers.lua plugin
* Update linenumbers.lua
* Update linenumbers.lua
* Update linenumbers.lua
* Update linenumbers.lua
* Removed unnecessary comment
Removed old and unnecessary comment
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 48375d5..36a7b26 100644 --- a/manifest.json +++ b/manifest.json @@ -967,7 +967,7 @@ }, { "description": "The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))*", - "version": "0.1", + "version": "0.2", "path": "plugins/linenumbers.lua", "id": "linenumbers", "mod_version": "3" |