diff options
author | Adam <adamdharrison@gmail.com> | 2023-01-22 13:50:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-22 13:50:57 -0500 |
commit | f7b34f7701187713affe1d9f72a15a8aab92fbd9 (patch) | |
tree | 21bc10140e057de02abbdb8020dd9ec059bef3b8 | |
parent | 3c4cc7d23280d57b48e7877bf6013aeeb02ce78a (diff) | |
download | lite-xl-plugins-f7b34f7701187713affe1d9f72a15a8aab92fbd9.tar.gz lite-xl-plugins-f7b34f7701187713affe1d9f72a15a8aab92fbd9.zip |
Update manifest.json
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index d71adf5..1b5697d 100644 --- a/manifest.json +++ b/manifest.json @@ -114,7 +114,7 @@ "mod_version": "3" }, { - "description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL.", + "description": "Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL if installed.", "version": "0.1", "path": "plugins/lite-debugger.lua", "id": "lite-debugger", |