diff options
author | Adam <adamdharrison@gmail.com> | 2021-12-05 14:42:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-05 14:42:43 -0500 |
commit | 44f1494b013687c8c6430c3d4564dbd1c2fba64d (patch) | |
tree | 293b579f9da434776b682e6716bd21ec94fd8774 /README.md | |
parent | 5a75d5d56349fa7d97ceb7c478fdbf96795e89fc (diff) | |
parent | 139886fe31ff462e78d30c85baf76a1bab17aabb (diff) | |
download | lite-xl-plugins-44f1494b013687c8c6430c3d4564dbd1c2fba64d.tar.gz lite-xl-plugins-44f1494b013687c8c6430c3d4564dbd1c2fba64d.zip |
Merge pull request #91 from Guldoman/indent_convert
Add `indent_convert`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ Plugin | Description [`hidelinenumbers`](plugins/hidelinenumbers.lua?raw=1) | Hides the line numbers on the left of documents *([screenshot](https://user-images.githubusercontent.com/3920290/81692043-b8b19c00-9455-11ea-8d74-ad99be4b9c5f.png))* [`hidestatus`](plugins/hidestatus.lua?raw=1) | Hides the status bar at the bottom of the window ~~[`inanimate`](plugins/inanimate.lua?raw=1)~~ | Integrated in lite-xl using `config.transitions = false` ~~Disables all transition animations~~ +*[`indent_convert`](plugins/indent_convert.lua?raw=1)* | Convert between tabs and spaces indentation *[`indentguide`](plugins/indentguide.lua?raw=1)* | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* *[`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)** | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) [`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language |