aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-04-23 19:03:34 +0100
committerrxi <rxi@users.noreply.github.com>2020-04-23 19:03:34 +0100
commitd9d1a20f33989fbeab78e5f695f3537b3911d360 (patch)
treea8da9f9cdb135e536cff4b832de20def96b66fbb /README.md
parentb19d319e5a32410e7e1fca2c3f072825691d7904 (diff)
parentacb3b3149fc7bd45289c20a184918aabc6b6bf4f (diff)
downloadlite-xl-plugins-d9d1a20f33989fbeab78e5f695f3537b3911d360.tar.gz
lite-xl-plugins-d9d1a20f33989fbeab78e5f695f3537b3911d360.zip
Merge branch 'master' of https://github.com/rxi/lite-plugins
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 2215849..d631068 100644
--- a/README.md
+++ b/README.md
@@ -26,4 +26,5 @@ Plugin | Description
[`spellcheck`](spellcheck.lua?raw=1) | [Underlines](https://user-images.githubusercontent.com/3920290/79923973-9caa7400-842e-11ea-85d4-7a196a91ca50.png) misspelt words
[`theme16`](https://github.com/monolifed/theme16) | Theme manager with base16 themes
[`titleize`](titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`)
+[`todotreeview`](https://github.com/drmargarido/TodoTreeView) | Todo tree viewer for anotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT`
[`togglesnakecamel`](togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase`