diff options
author | rxi <rxi@users.noreply.github.com> | 2020-05-12 13:42:09 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-05-12 13:42:09 +0100 |
commit | 647c0715ade9bac371668fe3fb046ec9e15c570b (patch) | |
tree | fbd684cc72e61387327a2d901a22f71697164215 /README.md | |
parent | 3a19b1791a6a143aaad789adc18a2801875e37bb (diff) | |
download | lite-xl-plugins-647c0715ade9bac371668fe3fb046ec9e15c570b.tar.gz lite-xl-plugins-647c0715ade9bac371668fe3fb046ec9e15c570b.zip |
Added `hidelinenumbers` plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ Plugin | Description [`eval`](plugins/eval.lua?raw=1) | Replaces selected Lua code with its evaluated result [`gitstatus`](plugins/gitstatus.lua?raw=1) | Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))* [`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases +[`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 [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* [`language_angelscript`](plugins/language_angelscript.lua?raw=1) | Syntax for the [Angelscript](https://www.angelcode.com/angelscript/) programming language |