diff options
author | jgmdev <jgmdev@users.noreply.github.com> | 2022-11-27 16:44:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 16:44:28 +0000 |
commit | d0417df10a1d854c33cfefb827f086ade5fb62c9 (patch) | |
tree | a21e575b07779766bcbde0448bd69b1eb108445d | |
parent | 83652b3db64e1c272d9f0be360edcf75127b8847 (diff) | |
download | lite-xl-plugins-d0417df10a1d854c33cfefb827f086ade5fb62c9.tar.gz lite-xl-plugins-d0417df10a1d854c33cfefb827f086ade5fb62c9.zip |
Reorganize README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ asterisk.* | [`profiler`](plugins/profiler) | Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler) | | [`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours | | [`regexreplacepreview`](plugins/regexreplacepreview.lua?raw=1) | Allows for you to write a regex and its replacement in one go, and live preview the results. | -| [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t. | +| [`restoretabs`](plugins/restoretabs.lua?raw=1) | Keep a list of recently closed tabs, and restore the tab in order on ctrl+shift+t. | | [`scalestatus`](plugins/scalestatus.lua?raw=1) | Displays current scale (zoom) in status view (depends on scale plugin) | | [`select_colorscheme`](plugins/select_colorscheme.lua?raw=1) | Select a color theme, like VScode, Sublime Text.(plugin saves changes) | | [`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))* | |