diff options
author | rxi <rxi@users.noreply.github.com> | 2021-01-09 15:56:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-09 15:56:52 +0000 |
commit | b8ff0140caed32d9b4814b46881a696ab373af3a (patch) | |
tree | 6297d5b595969e1f11a4c3ed2d159d56ec2fe96e /README.md | |
parent | 94f2516c5ac70f1ceeb948a226af856bcf4fd316 (diff) | |
parent | 2c9c108ba475ce46e06322da645ec73e7f215393 (diff) | |
download | lite-xl-plugins-b8ff0140caed32d9b4814b46881a696ab373af3a.tar.gz lite-xl-plugins-b8ff0140caed32d9b4814b46881a696ab373af3a.zip |
Merge pull request #111 from liquidev/lintplus
added lint+
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ Plugin | Description [`linecopypaste`](plugins/linecopypaste.lua?raw=1) | Copy, cut and paste the current line when nothing is selected [`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))* [`linter`](https://github.com/drmargarido/linters)* | Linters for multiple languages +[`lint+`](https://github.com/liquid600pgm/lintplus)* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* [`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))* [`motiontrail`](plugins/motiontrail.lua?raw=1) | Adds a motion-trail to the caret *([screenshot](https://user-images.githubusercontent.com/3920290/83256814-085ccb00-a1ab-11ea-9e35-e6633cbed1a9.gif))* |