aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuliardi <juliardi@users.noreply.github.com>2022-04-02 04:07:02 +0700
committerGitHub <noreply@github.com>2022-04-01 17:07:02 -0400
commitf71c306573288ce62ee2f9f6b8c6b54110ff387e (patch)
tree3b0bd1a0cfd4dfb05d2863bbdbef665af34329c0 /README.md
parentb97fc0b1cc93fe0d7d464b978e62f250a9738a5f (diff)
downloadlite-xl-plugins-f71c306573288ce62ee2f9f6b8c6b54110ff387e.tar.gz
lite-xl-plugins-f71c306573288ce62ee2f9f6b8c6b54110ff387e.zip
add treeview-menu-extender plugin (#36)
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 c508037..09f9172 100644
--- a/README.md
+++ b/README.md
@@ -142,6 +142,7 @@ to something other than a raw file it should be marked with an asterisk.*
| [`theme16`](https://github.com/monolifed/theme16)\* | Theme manager with base16 themes |
| [`themeselect`](plugins/themeselect.lua?raw=1) | Select a theme based on filename of active document |
| [`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`) |
+| [`treeview-menu-extender`](https://github.com/juliardi/lite-xl-treeview-menu-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-menu-extender/main/screenshot.png))* |
| [`todotreeview`](https://github.com/drmargarido/TodoTreeView)\* | Todo tree viewer for annotations in code like `TODO`, `BUG`, `FIX`, `IMPROVEMENT` |
| [`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase` |
| [`typingspeed`](plugins/typingspeed.lua?raw=1) | Displays your current typing speed in characters and words per minute in the status bar |