aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-05-02 16:31:15 +0100
committerrxi <rxi@users.noreply.github.com>2020-05-02 16:31:15 +0100
commite6e350b74dae1257e68e7069e9b82935bc31d6e4 (patch)
tree4624180280029116ec3e8b76ad058f239ebfde82 /README.md
parent9f7959ef99171b49014606f60181d7f6a4dd7404 (diff)
downloadlite-xl-plugins-e6e350b74dae1257e68e7069e9b82935bc31d6e4.tar.gz
lite-xl-plugins-e6e350b74dae1257e68e7069e9b82935bc31d6e4.zip
Added plugin `detectindent.lua`
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17fc1e8..57bc5a4 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ Plugin | Description
[`autowrap`](plugins/autowrap.lua?raw=1) | Automatically hardwraps lines when typing
[`bracketmatch`](plugins/bracketmatch.lua?raw=1) | Underlines matching right-bracket of left-bracket under caret *([screenshot](https://user-images.githubusercontent.com/3920290/80132745-0c863f00-8594-11ea-8875-c455c6fd7eae.png))*
[`colorpreview`](plugins/colorpreview.lua?raw=1) | Underlays color values (eg. `#ff00ff` or `rgb(255, 0, 255)`) with their resultant color. *([screenshot](https://user-images.githubusercontent.com/3920290/80743752-731bd780-8b15-11ea-97d3-847db927c5dc.png))*
+[`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file
[`drawwhitespace`](plugins/drawwhitespace.lua?raw=1) | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))*
[`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result
[`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases