diff options
author | rxi <rxi@users.noreply.github.com> | 2020-05-24 14:10:17 +0100 |
---|---|---|
committer | rxi <rxi@users.noreply.github.com> | 2020-05-24 14:10:17 +0100 |
commit | f44dcbb87123a87dbfff3f734fc338f0865daf69 (patch) | |
tree | f592e76e6444eca16c6f5914463ed11709affdfe /README.md | |
parent | 5dd2f7cda584d43b40af0db69e41312f98c71611 (diff) | |
download | lite-xl-plugins-f44dcbb87123a87dbfff3f734fc338f0865daf69.tar.gz lite-xl-plugins-f44dcbb87123a87dbfff3f734fc338f0865daf69.zip |
Added `ghmarkdown` plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ Plugin | Description [`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 [`exec`](plugins/exec.lua?raw=1) | Runs selected text through shell command and replaces with result +[`ghmarkdown`](plugins/ghmarkdown.lua?raw=1) | Opens a preview of the current markdown file in a browser window *([screenshot](https://user-images.githubusercontent.com/3920290/82754898-f7394600-9dc7-11ea-8278-2305363ed372.png))* [`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))* |