aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-06-05 23:57:32 -0400
committerjgmdev <jgmdev@gmail.com>2022-06-05 23:59:07 -0400
commit962374156e8a2657902dbe7d4de8831a2e6e8756 (patch)
tree2a3b53279d0d13581018b4ef677dcbcecdd6db19 /README.md
parentbe89ff50d0ede748924eda876eb4ca8b3e96a842 (diff)
downloadlite-xl-plugins-962374156e8a2657902dbe7d4de8831a2e6e8756.tar.gz
lite-xl-plugins-962374156e8a2657902dbe7d4de8831a2e6e8756.zip
added wordcount plugin
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0ae6c1f..10b6103 100644
--- a/README.md
+++ b/README.md
@@ -174,3 +174,4 @@ to something other than a raw file it should be marked with an asterisk.*
| [`vibe`](https://github.com/eugenpt/lite-xl-vibe)\* | VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl |
| [`visu`](https://github.com/TorchedSammy/Visu)\* | Audio visualizer for Lite XL |
| [`widget`](https://github.com/lite-xl/lite-xl-widgets)\* | Plugin library that provides a set of re-usable components to more easily write UI elements for your plugins |
+| [`wordcount`](plugins/wordcount.lua?raw=1) | Adds in a word count to the statusview. |