diff options
author | Github Actions <> | 2024-03-27 15:10:25 +0000 |
---|---|---|
committer | Github Actions <> | 2024-03-27 15:10:25 +0000 |
commit | a08f5077bd0b1a20b9f83e2c3ad29d8aea1c0ea4 (patch) | |
tree | 56d099bce0969dc9ee84f99aa450ace78f0822ec /README.md | |
parent | 240e433ec2364f13f80b01ecea5380379a1bf1d2 (diff) | |
download | lite-xl-plugins-a08f5077bd0b1a20b9f83e2c3ad29d8aea1c0ea4.tar.gz lite-xl-plugins-a08f5077bd0b1a20b9f83e2c3ad29d8aea1c0ea4.zip |
[CI] Updated README.md and manifest.json.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -96,6 +96,16 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`gitstatus`](plugins/gitstatus.lua?raw=1) | Displays git branch and insert/delete count in status bar *([screenshot](https://user-images.githubusercontent.com/3920290/81107223-bcea3080-8f0e-11ea-8fc7-d03173f42e33.png))* | | [`gofmt`](plugins/gofmt.lua?raw=1) | Auto-formats the current go file, adds the missing imports and the missing return cases | | [`gui_filepicker`](plugins/gui_filepicker.lua?raw=1) | Graphical filepicker using zenity or kdialog. | +| [`ide`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that provides the minimum functionalities for Lite XL to run as a minimal IDE. | +| [`ide_c`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for C/C++. | +| [`ide_java`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for Java. | +| [`ide_javascript`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for Javascript. | +| [`ide_lua`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for Lua. | +| [`ide_python`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for Python. | +| [`ide_rust`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for Rust. | +| [`ide_tex`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for TeX. | +| [`ide_typescript`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for Typescript. | +| [`ide_zig`](https://github.com/adamharrison/lite-xl-ide.git)\* | A metapackage that turns Lite XL into an IDE for Zig. | | [`immersive-title`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL | | [`indent_convert`](plugins/indent_convert.lua?raw=1) | Convert between tabs and spaces indentation | | [`indentguide`](plugins/indentguide.lua?raw=1) | Adds indent guides *([screenshot](https://user-images.githubusercontent.com/3920290/79640716-f9860000-818a-11ea-9c3b-26d10dd0e0c0.png))* | |