diff options
author | rxi <rxi@users.noreply.github.com> | 2020-06-14 11:57:46 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-06-14 11:57:46 +0100 |
commit | 1d4b264e2988fe91b7071e0f86a22f97983da280 (patch) | |
tree | 5e272dfeb95ec31de65514d971b54471375299d2 /README.md | |
parent | 349aae592e75924089c0700387017529a494f1cc (diff) | |
parent | 34bb3bde792d53e4faa1d82702a9e17a5ca227cd (diff) | |
download | lite-xl-plugins-1d4b264e2988fe91b7071e0f86a22f97983da280.tar.gz lite-xl-plugins-1d4b264e2988fe91b7071e0f86a22f97983da280.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
@@ -53,6 +53,7 @@ Plugin | Description [`language_wren`](plugins/language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline [`lineguide`](plugins/lineguide.lua?raw=1) | Displays a line-guide at the line limit offset *([screenshot](https://user-images.githubusercontent.com/3920290/81476159-2cf70000-9208-11ea-928b-9dae3884c477.png))* +[`linecopypaste`](plugins/linecopypaste.lua?raw=1) | Copy, cut and paste the current line when nothing is selected [`linter`](https://github.com/drmargarido/linters)* | Linters for multiple languages [`macmodkeys`](plugins/macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` [`markers`](plugins/markers.lua?raw=1) | Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))* |