aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGithub Actions <>2023-03-29 19:32:46 +0000
committerGithub Actions <>2023-03-29 19:32:46 +0000
commit8dcb4245a73199a8f961667f0237dff4fa7ba8d1 (patch)
treec8f9dec6f9303aa4f8ab7b136b2c64d3090ca7f5 /README.md
parent43aa9823ed8e821a77192c1090a61bf5b1d5bcf1 (diff)
downloadlite-xl-plugins-8dcb4245a73199a8f961667f0237dff4fa7ba8d1.tar.gz
lite-xl-plugins-8dcb4245a73199a8f961667f0237dff4fa7ba8d1.zip
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b900216..e4afbcf 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`editorconfig`](plugins/editorconfig) | [EditorConfig](https://editorconfig.org/) implementation for Lite XL |
| [`encoding`](https://github.com/jgmdev/lite-xl-encoding)\* | Add support for detecting file and string encodings as converting between them. |
| [`encodings`](https://github.com/jgmdev/lite-xl-encoding)\* | Properly read files that are not encoded in UTF-8 or ASCII by auto-detecting their encoding and allows saving on different text encodings. |
-| [`endwise`](https://github.com/LolsonX/endwise-lite-xl)\* | Add end tags in variety of languages. Similar to [Vim Endwise](https://github.com/tpope/vim-endwise) |
+| [`endwise`](https://github.com/LolsonX/endwise-lite-xl.git)\* | Add end tags in variety of languages. Similar to [Vim Endwise](https://github.com/tpope/vim-endwise) |
| [`eofnewline`](https://github.com/bokunodev/lite_modules/blob/master/plugins/eofnewline-xl.lua?raw=1) | Make sure the file ends with one blank line. |
| [`ephemeral_tabs`](plugins/ephemeral_tabs.lua?raw=1) | Preview tabs. Opening a doc will replace the contents of the preview tab. Marks tabs as non-preview on any change or tab double clicking. |
| [`equationgrapher`](https://github.com/ThaCuber/equationgrapher?raw=1)\* | Graphs y=x equations. |