diff options
author | Jipok <braaga@inbox.ru> | 2021-12-12 01:43:08 +0500 |
---|---|---|
committer | Jipok <braaga@inbox.ru> | 2021-12-12 01:43:08 +0500 |
commit | 6cc486eee233aa6c86102e10f7bd18b7c60defe8 (patch) | |
tree | 75767a34481d89712e69bb86073a958b2379f5a0 | |
parent | b561e4fc287e04d83d5374778dbeaeed4ee66850 (diff) | |
download | lite-xl-plugins-6cc486eee233aa6c86102e10f7bd18b7c60defe8.tar.gz lite-xl-plugins-6cc486eee233aa6c86102e10f7bd18b7c60defe8.zip |
readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ Plugin | Description [`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1) | Make sure the file ends with one blank line. [`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result [`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result -[`ephemeraldocviews`](plugins/ephemeraldocviews.lua?raw=1) | Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change. +[`ephemeral_tabs`](plugins/ephemeral_tabs.lua?raw=1) | Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking. *[`extend_selection_line`](plugins/extend_selection_line.lua?raw=1)* | When a selection crosses multiple lines, it is drawn to the end of the screen *([screenshot](https://user-images.githubusercontent.com/2798487/140995616-89a20b55-5917-4df8-8a7c-d7c53732fa8b.png))* [`fallbackfonts`](https://github.com/takase1121/lite-fallback-fonts)* | Adds support for fallback fonts *([gif](https://raw.githubusercontent.com/takase1121/lite-fallback-fonts/master/assets/Iw18fI57J0.gif))* [`fontconfig`](plugins/fontconfig.lua?raw=1) | Allows users to load fonts with [fontconfig](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html). |