diff options
author | Karol Ostrowski <xlolsonx@gmail.com> | 2023-03-29 21:32:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 21:32:29 +0200 |
commit | 43aa9823ed8e821a77192c1090a61bf5b1d5bcf1 (patch) | |
tree | c6132144a1d0a994c71e4f819dd7cfd8f6c1a68d /README.md | |
parent | 81120e145005d9311601906dd8a2117f8308fc89 (diff) | |
download | lite-xl-plugins-43aa9823ed8e821a77192c1090a61bf5b1d5bcf1.tar.gz lite-xl-plugins-43aa9823ed8e821a77192c1090a61bf5b1d5bcf1.zip |
Add endwise plugin (#229)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +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) | | [`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. | |