diff options
author | rxi <rxi@users.noreply.github.com> | 2020-04-18 15:43:00 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-04-18 15:43:00 +0100 |
commit | dc4c196706b2eb92d16a69a935b12fae88613c06 (patch) | |
tree | b6c750940be96afbb2b9e79233dec58299c86b7c /README.md | |
parent | 324f59283f2d42f764f98194f7895b09b6746488 (diff) | |
download | lite-xl-plugins-dc4c196706b2eb92d16a69a935b12fae88613c06.tar.gz lite-xl-plugins-dc4c196706b2eb92d16a69a935b12fae88613c06.zip |
Added `indentguide` plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ 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 +[`indentguide`](indentguide.lua?raw=1) | Adds [indent guides](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png) [`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 [`language_jiyu`](language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language |