diff options
author | Guldoman <Guldoman@users.noreply.github.com> | 2022-04-04 16:54:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-04 16:54:38 +0000 |
commit | 2d5063597cba075f0acf086bf846a82079ffd678 (patch) | |
tree | abd8f8861a14b1c7ef71de6e08b53d16580ae228 /README.md | |
parent | 487f97d07054a9e1e45102eb719e2a7a46ecdac1 (diff) | |
download | lite-xl-plugins-2d5063597cba075f0acf086bf846a82079ffd678.tar.gz lite-xl-plugins-2d5063597cba075f0acf086bf846a82079ffd678.zip |
Reorganize README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,9 +143,9 @@ 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` | +| [`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))* | | [`typingspeed`](plugins/typingspeed.lua?raw=1) | Displays your current typing speed in characters and words per minute in the status bar | | [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document | | [`updatechecker`](https://github.com/vincens2005/lite-xl-updatechecker)\* | Automatically checks for updates and notifies you | |