diff options
| author | Github Actions <> | 2023-10-12 00:47:28 +0000 |
|---|---|---|
| committer | Github Actions <> | 2023-10-12 00:47:28 +0000 |
| commit | 59637ceaa72b46fa45cbb39a85dccb0b44e9d22a (patch) | |
| tree | 4102b6ea3b3e1d691bac23a07b879117bb2c07f7 | |
| parent | 2cb907c82299cb94399ca351eddd515b1ea8826a (diff) | |
| download | pragtical-plugins-59637ceaa72b46fa45cbb39a85dccb0b44e9d22a.tar.gz pragtical-plugins-59637ceaa72b46fa45cbb39a85dccb0b44e9d22a.zip | |
[CI] Updated README.md.
| -rw-r--r-- | README.md | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -98,13 +98,11 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* | | [`keymap_export`](plugins/keymap_export.lua?raw=1) | Exports the keymap to a JSON file. | | [`Kinc Projects`](https://github.com/Kode-Community/kinc_plugin)\* | Adds [Kinc](https://github.com/Kode/Kinc) Project generation with basic build commands(depends on [`console`](https://github.com/franko/console)) | -| [`language_dart`](plugins/language_dart.lua?raw=1) | Syntax for the [Dart](https://dart.dev/) programming languiage | | [`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline | | [`linenumbers`](plugins/linenumbers.lua?raw=1) | The ability to change the display of the line number *([screenshot](https://user-images.githubusercontent.com/5556081/129493788-6a4cbd7a-9074-4133-bab7-110ed55f18f7.png))* | | [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages | | [`lint+`](https://github.com/liquidev/lintplus)\* | Advanced linter with ErrorLens-like error reporting. Compatible with linters made for `linter` *([screenshot](https://raw.githubusercontent.com/liquid600pgm/lintplus/master/screenshots/1.png))* | | [`lite-debugger`](plugins/lite-debugger.lua?raw=1) | Debug Lite-XL's Lua VM interactively, if you're running it from a terminal. Warning: Will significantly slow down Lite-XL if installed. | -| [`vibe`](https://github.com/eugenpt/lite-xl-vibe)\* | VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl | | [`litepresence`](https://github.com/TorchedSammy/Litepresence)\* | Discord rich presence for Lite XL (display file editing in Discord) | | [`lorem`](https://github.com/sheetcoder/lorem)\* | Generates Lorem Ipsum placeholder dummy text | | [`lsp`](https://github.com/pragtical/lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol | @@ -128,7 +126,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`pdfview`](plugins/pdfview.lua?raw=1) | PDF preview for TeX files | | [`plugin_manager`](https://github.com/pragtical/plugin-manager.git)\* | A plugin manager view for pragtical that provides GUI access to `ppm` | | [`primary_selection`](plugins/primary_selection.lua?raw=1) | Adds middle mouse click copy/paste (primary selection). To use this plugin, `xclip` must be installed. | -| [`profiler`](plugins/profiler) | Adds the ability to profile lite-xl with the [lua-profiler](https://github.com/charlesmallah/lua-profiler) | +| [`profiler`](plugins/profiler) | Adds the ability to profile Pragtical. | | [`rainbowparen`](plugins/rainbowparen.lua?raw=1) | Show nesting of parentheses with rainbow colours | | [`recentfiles`](plugins/recentfiles.lua?raw=1) | Saves recently opened files for easy access from command menu. | | [`regexreplacepreview`](plugins/regexreplacepreview.lua?raw=1) | Allows for you to write a regex and its replacement in one go, and live preview the results. | @@ -161,6 +159,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`typingspeed`](plugins/typingspeed.lua?raw=1) | Displays your current typing speed in characters and words per minute in the status bar | | [`unboundedscroll`](plugins/unboundedscroll.lua?raw=1) | Allows scrolling outside the bounds of a document | | [`updatechecker`](https://github.com/vincens2005/lite-xl-updatechecker)\* | Automatically checks for updates and notifies you | +| [`vibe`](https://github.com/eugenpt/lite-xl-vibe)\* | VI(vim?) bindings with a hint of DOOM Emacs, for lite-xl | | [`visu`](https://github.com/TorchedSammy/Visu)\* | Audio visualizer for Lite XL | | [`wal.lxl`](https://github.com/ThaCuber/wal.lxl)\* | `pywal` integration with Lite XL. | | [`wordcount`](plugins/wordcount.lua?raw=1) | Adds in a word count to the statusview. | @@ -255,7 +254,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin ## Libraries -| Library | Description | -| ---------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ | -| [`net`](https://github.com/jgmdev/lite-xl-net)\* | Add support for TCP and UDP sockets using SDL_net. | -| [`www`](https://github.com/adamharrison/lite-xl-www.git)\* | A simple library that provides a web client to fetch, and submit data via HTTP requests. | +| Library | Description | +| ---------------------------------------------------------- | ---------------------------------------------------------------------------------------- | +| [`net`](https://github.com/jgmdev/lite-xl-net)\* | Add support for TCP and UDP sockets using SDL_net. | +| [`www`](https://github.com/adamharrison/lite-xl-www.git)\* | A simple library that provides a web client to fetch, and submit data via HTTP requests. | |
