diff options
author | liquidev <liquidekgaming@gmail.com> | 2021-03-17 15:00:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-17 15:00:04 +0100 |
commit | 82a7737bf9d6dc76d3f54ccfbdf0fb0637fadc99 (patch) | |
tree | 935ff0ed669d64ac8ad4764d07ca23ac38bae33e /README.md | |
parent | ef48f176a3727f2e2de10f303ef724528dce053f (diff) | |
download | lite-xl-plugins-82a7737bf9d6dc76d3f54ccfbdf0fb0637fadc99.tar.gz lite-xl-plugins-82a7737bf9d6dc76d3f54ccfbdf0fb0637fadc99.zip |
italicized lineguide
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ Plugin | Description [`lastproject`](plugins/lastproject.lua?raw=1) | Loads the last loaded project if lite is launched without any arguments [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline [`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))* +[*`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` |