aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuliardi <juliardi@users.noreply.github.com>2023-05-18 05:16:24 +0700
committerGitHub <noreply@github.com>2023-05-18 00:16:24 +0200
commitd9b21d78af981b2a65386741950543c462e1f525 (patch)
tree07b5883371f4d3c7a43795463c707a08fddd5ab5 /README.md
parent9fb27ef303cbdb83a8d9a84f57d8230adb9e8303 (diff)
downloadlite-xl-plugins-d9b21d78af981b2a65386741950543c462e1f525.tar.gz
lite-xl-plugins-d9b21d78af981b2a65386741950543c462e1f525.zip
rename treeview-menu-extender to treeview-extender (#248)
* rename treeview-menu-extender to treeview-extender * updates the manifest of Treeview Extender and Git Blame plugin * bumps gitblame version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d2c7cab..7110b52 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ include any new plugins added, as specified in the
[lite-xl plugin manifest specification](https://github.com/adamharrison/lite-xl-plugin-manager/blob/master/SPEC.md).*
*Please note, that in this official repository, any plugins that specify a `remote` must also
-pin the remote to a specific commit hash. Any plugin that is hosted not in a repository,
+pin the remote to a specific commit hash. Any plugin that is hosted not in a repository,
but only with a `url` must provide a `checksum` that matches the existing plugin.*
*Any non-conforming PRs will not be accepted. The table below will be updated automatically.*
@@ -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-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))* |
+| [`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 |