aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-04-16 18:39:40 +0100
committerrxi <rxi@users.noreply.github.com>2020-04-16 18:39:40 +0100
commit2f786e7ff5e13d2a04ff7979ad7bd888675dc9f0 (patch)
tree95a9f455c9d6f7596a8949c2d945cc79f3e0dbd6 /README.md
parent46192bb9ebc1e8e3b1d4a3226180b988d7921965 (diff)
downloadlite-xl-plugins-2f786e7ff5e13d2a04ff7979ad7bd888675dc9f0.tar.gz
lite-xl-plugins-2f786e7ff5e13d2a04ff7979ad7bd888675dc9f0.zip
Added plugin `autowrap`
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 980feae..85091a0 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@ Plugins for the [lite text editor](https://github.com/rxi/lite)
Plugin | Description
-------|-----------------------------------------
+[`autowrap`](autowrap.lua?raw=1) | Automatically hardwraps lines when typing
[`gofmt`](gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases
[`language_fe`](language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language
[`language_go`](language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language
@@ -15,6 +16,6 @@ Plugin | Description
[`language_rust`](language_rust.lua?raw=1) | Syntax for the [Rust](https://rust-lang.org/) programming language
[`language_wren`](language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language
[`macmodkeys`](macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt`
-[`sort`](sort.lua?raw=1) | Sorts selected lines
+[`sort`](sort.lua?raw=1) | Sorts selected lines alphabetically
[`titleize`](titleize.lua?raw=1) | Titleizes selected string (`hello world` => `Hello World`)
[`togglesnakecamel`](togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase`