diff options
author | ThaCuber <70547062+thacuber2a03@users.noreply.github.com> | 2023-10-17 16:07:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 16:07:34 -0400 |
commit | 7608e2c2be6a0f7889147e3ef209cfd7cb617541 (patch) | |
tree | f1aefdeba1fe8728d6c9dfd1ded37fa583972a9d /manifest.json | |
parent | 090fe0d8954b201d9b71de3ac084a8a9bf0180b6 (diff) | |
download | lite-xl-plugins-7608e2c2be6a0f7889147e3ef209cfd7cb617541.tar.gz lite-xl-plugins-7608e2c2be6a0f7889147e3ef209cfd7cb617541.zip |
add `cleanstart` plugin (#320)
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 859f186..ece262d 100644 --- a/manifest.json +++ b/manifest.json @@ -228,6 +228,13 @@ "mod_version": "3" }, { + "description": "Hides the treeview at start if no arguments passed to the executable are directories. Compatible with lite.", + "version": "0.1", + "path": "plugins/cleanstart.lua", + "id": "cleanstart", + "mod_version": "3" + }, + { "id": "codeplus", "version": "1.0", "description": "Offers improvements such as highlighted comments and autocomplete for brackets, quotes and more. ([demo](https://s12.gifyu.com/images/Sckre.gif))", |