diff options
author | rxi <rxi@users.noreply.github.com> | 2020-05-16 10:03:26 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-05-16 10:03:26 +0100 |
commit | 60903899991293d0eb8f5b30086a55ba4d9707fa (patch) | |
tree | 60cf6f1cabe5cbc5ce6f0534548444dff4946b18 /README.md | |
parent | 0d7fa4b63c8448a2939b4fb5172e01c149c41b24 (diff) | |
parent | 7e111e7efd7a6f28dca47deb125377bc6f6da053 (diff) | |
download | lite-xl-plugins-60903899991293d0eb8f5b30086a55ba4d9707fa.tar.gz lite-xl-plugins-60903899991293d0eb8f5b30086a55ba4d9707fa.zip |
Merge branch 'master' of https://github.com/rxi/lite-plugins
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Plugin | Description [`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching right-bracket of left-bracket under caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))* [`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))* [`console`](https://github.com/rxi/console)* | A console for running external commands and capturing their output *([gif](https://user-images.githubusercontent.com/3920290/81343656-49325a00-90ad-11ea-8647-ff39d8f1d730.gif))* +[`copyfilelocation`](plugins/copyfilelocation.lua?raw=1) | Copy file location to clipboard [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file [`drawwhitespace`](plugins/drawwhitespace.lua?raw=1) | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))* [`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result |