diff options
author | Github Actions <> | 2024-11-11 01:47:00 +0000 |
---|---|---|
committer | Github Actions <> | 2024-11-11 01:47:00 +0000 |
commit | cdc74a9209b4fb5c9ba1dc9d93b91642894cc0c7 (patch) | |
tree | 4f8046615da3b0a56a2ec24685b7f4f28a1bfdc3 /README.md | |
parent | b639a28b1d93ccd6e0e15d29c6c90f341eea35e9 (diff) | |
download | lite-xl-plugins-master.tar.gz lite-xl-plugins-master.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | |