aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2023-01-02 19:55:36 -0500
committerAdam Harrison <adamdharrison@gmail.com>2023-01-02 19:55:36 -0500
commit19cba4be4ab62eff491f43a237a53ac5a035b07b (patch)
treef38288f3235e304a0ab571082427f3d195a46c0d
parent7ab17d50ae5433a2b44d9bd7c22a39474051342b (diff)
downloadlite-xl-plugins-19cba4be4ab62eff491f43a237a53ac5a035b07b.tar.gz
lite-xl-plugins-19cba4be4ab62eff491f43a237a53ac5a035b07b.zip
Adjusted things.
-rw-r--r--README.md4
-rw-r--r--manifest.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0134e46..30b1a1b 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`gitdiff_highlight`](https://github.com/vincens2005/lite-xl-gitdiff-highlight)\* | highlight changed lines from git *([screenshot](https://raw.githubusercontent.com/vincens2005/lite-xl-gitdiff-highlight/master/screenshot.png))* |
| [`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 |
-| [`immersive`](https://github.com/takase1121/lite-xl-immersive-title)\* | Dark (or even Mica!) title bar for Lite XL |
+| [`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))* |
| [`ipc`](plugins/ipc.lua?raw=1) | Adds inter-process communication support |
@@ -154,8 +154,8 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language |
| [`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/liquid600pgm/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))* |
+| [`linter`](https://github.com/drmargarido/linters)\* | Linters for multiple languages |
| [`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/lite-xl/lite-xl-lsp)\* | Provides code completion (also known as IntelliSense) using the Language Server Protocol |
diff --git a/manifest.json b/manifest.json
index 3fb6bf1..6c9a75f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -251,7 +251,7 @@
"version": "0.1",
"remote": "https://github.com/takase1121/lite-xl-immersive-title:cf3a8029ac7154ea53ac819a95d44a6ff102f051",
"mod_version": 3,
- "id": "immersive"
+ "id": "immersive-title"
},
{
"description": "Convert between tabs and spaces indentation",