diff options
author | Github Actions <> | 2023-10-09 14:12:42 +0000 |
---|---|---|
committer | Github Actions <> | 2023-10-09 14:12:42 +0000 |
commit | 6e007f3240fe9b3fa684a3253d8f0a3e572bdd1c (patch) | |
tree | 7ba28a9f42d935bbc3c24120090570e3b6e55047 /README.md | |
parent | 9ee4822331ac98b8d1f2f51cd88daff0e7d1a4f3 (diff) | |
download | lite-xl-plugins-6e007f3240fe9b3fa684a3253d8f0a3e572bdd1c.tar.gz lite-xl-plugins-6e007f3240fe9b3fa684a3253d8f0a3e572bdd1c.zip |
[CI] Updated README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -92,6 +92,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin | [`gitopen`](plugins/gitopen.lua?raw=1) | Open project files that are in a git commit (default=HEAD) | | [`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. | | [`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))* | |