diff options
author | rxi <rxi@users.noreply.github.com> | 2020-05-18 20:39:59 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-05-18 20:39:59 +0100 |
commit | feb990fb2eaa5ce8e2f473db9a581722ce26735a (patch) | |
tree | 913bc18a43cd0a355d893049ac9e4b44ed63bcf9 /README.md | |
parent | f2e5821e22b5f813fae1b6d3087b3d75c82f438b (diff) | |
download | lite-xl-plugins-feb990fb2eaa5ce8e2f473db9a581722ce26735a.tar.gz lite-xl-plugins-feb990fb2eaa5ce8e2f473db9a581722ce26735a.zip |
Added plugins/markers.lua
Resolves #27
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ Plugin | Description [`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 [`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))* [`openfilelocation`](plugins/openfilelocation.lua?raw=1) | Opens the parent directory of the current file in the file manager [`openselected`](plugins/openselected.lua?raw=1) | Opens the selected filename or url [`selectionhighlight`](plugins/selectionhighlight.lua?raw=1) | Highlights regions of code that match the current selection *([screenshot](https://user-images.githubusercontent.com/3920290/80710883-5f597c80-8ae7-11ea-97f0-76dfacc08439.png))* |