diff options
author | Polyfructol <polyfructol@gmail.com> | 2020-06-13 11:54:02 +0200 |
---|---|---|
committer | Polyfructol <polyfructol@gmail.com> | 2020-06-13 12:05:10 +0200 |
commit | 9514a0eec6131ee5e4783310ab99726a49ab6617 (patch) | |
tree | baece7ee89e19570e387ca8ba5c6e9c30c8f062f /README.md | |
parent | 0e8605da5c9ad371eb1f96e22f821d8c29a026e2 (diff) | |
download | lite-xl-plugins-9514a0eec6131ee5e4783310ab99726a49ab6617.tar.gz lite-xl-plugins-9514a0eec6131ee5e4783310ab99726a49ab6617.zip |
Added `linecopypaste.lua` plugin (resolves #57)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,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))* |