diff options
author | Jefferson González <jgmdev@gmail.com> | 2022-11-17 01:50:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 01:50:42 -0400 |
commit | 0a75b7908741b284d6e617a66d5221c419cf6e2e (patch) | |
tree | 9cc787e0ad91a2a0376d785a0794bd744a15c261 /README.md | |
parent | 9db8c6625d8a9f462c2b4b52a91a9cce725dab63 (diff) | |
download | lite-xl-plugins-0a75b7908741b284d6e617a66d5221c419cf6e2e.tar.gz lite-xl-plugins-0a75b7908741b284d6e617a66d5221c419cf6e2e.zip |
Add Profiler Plugin (#155)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -150,6 +150,7 @@ To install a plugin: | [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url | | [`pdfview`](plugins/pdfview.lua?raw=1) | PDF preview for TeX files | | [`primary_selection`](plugins/primary_selection.lua?raw=1) | Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed. | +| [`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 cntrl+shift+t. | |