aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjgmdev <jgmdev@gmail.com>2022-08-22 22:23:58 -0400
committerjgmdev <jgmdev@gmail.com>2022-08-22 22:33:55 -0400
commit6700c4f5c1fd11938de379592e191302e0026bea (patch)
tree6d6acca977d557b6723d276c8068891accc1086b /README.md
parent0ef2e01e13ccf0307dbc60cff9a5296736525acb (diff)
downloadlite-xl-plugins-6700c4f5c1fd11938de379592e191302e0026bea.tar.gz
lite-xl-plugins-6700c4f5c1fd11938de379592e191302e0026bea.zip
removed linecopypaste as it is now part of core
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6841052..2af2d2f 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,6 @@ _Note: if you make a pull request, the table should be updated and kept in alpha
| [`language_yaml`](plugins/language_yaml.lua?raw=1) | Syntax for [YAML](https://yaml.org/) serialization language |
| [`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language |
| [`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 |
| [`linenumbers`](plugins/linenumbers.lua?raw=1) | The ability to change the display of the line number _([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))_ |
| [`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))_ |
| [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages |