diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 15:32:05 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2023-01-02 15:32:05 -0500 |
commit | 588ff8bf959e3accfeb455291686a61f06cbd948 (patch) | |
tree | 4c1e8c0801cc6e23ac579298324878a33f673637 /README.md | |
parent | 682054104db9e055ad47887753a7e0cdb726e0eb (diff) | |
download | lite-xl-plugin-manager-588ff8bf959e3accfeb455291686a61f06cbd948.tar.gz lite-xl-plugin-manager-588ff8bf959e3accfeb455291686a61f06cbd948.zip |
Finished up table command.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -112,3 +112,8 @@ If you find a bug, please create an issue with the following information: * The commit or version of LPM you're using. * The exact steps to reproduce in LPM invocations, if possible from a fresh LPM install (targeting an empty folder with `--userdir`). + +| Plugin | Description | +| :----------------------------------------------- | :------------------------------------------------- | +| [`json`](plugins/json.lua?raw=1) | JSON support plugin, provides encoding/decoding. | +| [`plugin_manager`](plugins/plugin_manager?raw=1) | A GUI interface to the Adam's lite plugin manager. | |