diff options
author | rxi <rxi@users.noreply.github.com> | 2020-07-03 09:02:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 09:02:44 +0100 |
commit | 464620739acff0dfd8e644d97155205cb53cddad (patch) | |
tree | ecbf37f49c5227868a7860b97125d8f86889d558 | |
parent | 7ba4b669a50fb8ac1aac73e7eea7b77f8d241626 (diff) | |
parent | b64f51a673911b68beed266781d0c90d16b8ce1d (diff) | |
download | lite-xl-plugins-464620739acff0dfd8e644d97155205cb53cddad.tar.gz lite-xl-plugins-464620739acff0dfd8e644d97155205cb53cddad.zip |
Merge pull request #73 from bokunodev/master
add new plugins (eofnewline)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,6 +22,7 @@ Plugin | Description [`detectindent`](plugins/detectindent.lua?raw=1) | Automatically detects and uses the indentation size and tab type of a loaded file [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) [`drawwhitespace`](plugins/drawwhitespace.lua?raw=1) | Draws tabs and spaces *([screenshot](https://user-images.githubusercontent.com/3920290/80573013-22ae5800-89f7-11ea-9895-6362a1c0abc7.png))* +[`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline.lua?raw=1) | Make sure the file ends with one blank line. [`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))* @@ -77,4 +78,3 @@ Plugin | Description [`togglesnakecamel`](plugins/togglesnakecamel.lua?raw=1) | Toggles symbols between `snake_case` and `camelCase` [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document [`workspace`](plugins/workspace.lua?raw=1) | Retains project's layout and open documents between sessions - |