aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-04-23 08:53:58 +0100
committerGitHub <noreply@github.com>2020-04-23 08:53:58 +0100
commitacb3b3149fc7bd45289c20a184918aabc6b6bf4f (patch)
treea861101e3586d2bceb9262ed6307994e6f8aa68a
parent5b6ab581e9fcdd554f0b914dd51338f7c2bc3cfd (diff)
parent919011b6e36866fedb346d91c500a694be705949 (diff)
downloadlite-xl-plugins-acb3b3149fc7bd45289c20a184918aabc6b6bf4f.tar.gz
lite-xl-plugins-acb3b3149fc7bd45289c20a184918aabc6b6bf4f.zip
Merge pull request #9 from drmargarido/todo_tree
Implemented a todo annotations viewer plugin.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 92bd2e3..76512b1 100644
--- a/README.md
+++ b/README.md
@@ -25,4 +25,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`