aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index cd6a9bb..d76d8d9 100644
--- a/README.md
+++ b/README.md
@@ -164,6 +164,7 @@ to follow with `extra.follow_branch`.*
| [`quetta`](https://github.com/adamharrison/quetta.git)* | Turns Lite XL into a terminal based editor. |
| [`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. |
+| [`renamer`](https://github.com/Guldoman/lite-xl-renamer)* | Rename files in bulk |
| [`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) |
| [`scm`](https://github.com/lite-xl/lite-xl-scm)* | Extensible source control management plugin with git and fossil backends. |
@@ -316,6 +317,7 @@ to follow with `extra.follow_branch`.*
| Library | Description |
| -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
+| [`coro_diff`](https://github.com/Guldoman/lite-xl-coro_diff)* | Diff library that yields. |
| [`encoding`](https://github.com/jgmdev/lite-xl-encoding)* | Add support for detecting file and string encodings as converting between them. |
| [`font_nonicons`](plugins/font_nonicons.lua?raw=1) | [Nonicons](https://github.com/yamatsum/nonicons/) font with mapping |
| [`font_symbols_nerdfont_mono_regular`](plugins/font_symbols_nerdfont_mono_regular.lua?raw=1) | [Nerd Font Symbols](https://github.com/ryanoasis/nerd-fonts/) font with mapping |