diff options
author | Francesco <francesco.bbt@gmail.com> | 2021-05-20 15:48:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-20 15:48:26 +0200 |
commit | 894aaca8ff4c3489421ab4dc256fea3d8c7a2b76 (patch) | |
tree | d74e03c88a1af9750fed3e352b19dd37fd27330f | |
parent | b4c03dff3158df75b7ad41ad1b5a899e0d83be68 (diff) | |
parent | 2639d0a8da0bc1cfbfe81b11002b5994da76e0a3 (diff) | |
download | lite-xl-plugins-894aaca8ff4c3489421ab4dc256fea3d8c7a2b76.tar.gz lite-xl-plugins-894aaca8ff4c3489421ab4dc256fea3d8c7a2b76.zip |
Merge pull request #17 from christopher-kleine/master
Quick Fix: changed target of Plugin eofnewline
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Plugin | Description *[`discord-presence`](https://github.com/vincens2005/lite-xl-discord)* * | Adds the current workspace and file to your Discord Rich Presence [`dragdropselected`](plugins/dragdropselected.lua?raw=1) | Provides basic drag and drop of selected text (in same document) ~~*[`drawwhitespace`](plugins/drawwhitespace.lua?raw=1)*~~ | Integrated with lite-xl reducing CPU usage ~~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. +[`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.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 [`fallbackfonts`](https://github.com/takase1121/lite-fallback-fonts)* | Adds support for fallback fonts *([gif](https://raw.githubusercontent.com/takase1121/lite-fallback-fonts/master/assets/Iw18fI57J0.gif))* |