diff options
author | Github Actions <> | 2023-05-17 22:16:35 +0000 |
---|---|---|
committer | Github Actions <> | 2023-05-17 22:16:35 +0000 |
commit | 72d4669283fd3eafe328109fa6cae36f7504a973 (patch) | |
tree | a43acf6eef74f0518f2f4b093a311dd9953f735b /README.md | |
parent | d9b21d78af981b2a65386741950543c462e1f525 (diff) | |
download | lite-xl-plugins-72d4669283fd3eafe328109fa6cae36f7504a973.tar.gz lite-xl-plugins-72d4669283fd3eafe328109fa6cae36f7504a973.zip |
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`titleize`](plugins/titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`) | | [`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-extender`](https://github.com/juliardi/lite-xl-treeview-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-extender/main/screenshot.png))* | +| [`treeview-extender`](https://github.com/juliardi/lite-xl-treeview-extender)\* | Extend Lite XL's treeview menu *([screenshot](https://raw.githubusercontent.com/juliardi/lite-xl-treeview-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 | |