diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2024-05-26 18:50:44 +0200 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2024-05-26 18:50:44 +0200 |
commit | a606ecaecb9cc4237e82e3721233fb89130f907a (patch) | |
tree | be7bee82c71686da366feceb57df0a7885280171 /manifest.json | |
parent | 02335e4b667162a4672a0a58dbf3b0b4a0bf17e5 (diff) | |
download | lite-xl-plugins-a606ecaecb9cc4237e82e3721233fb89130f907a.tar.gz lite-xl-plugins-a606ecaecb9cc4237e82e3721233fb89130f907a.zip |
chore: fix URL for `lsp_json` additional patches
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 5088d1e..29490ab 100644 --- a/manifest.json +++ b/manifest.json @@ -1742,7 +1742,7 @@ "version": "2.5.0" }, { - "description": "LSP support for JSON via vscode-json-languageserver with [additional patches](patches/vscode-json-languageserver) for increased functionality.", + "description": "LSP support for JSON via vscode-json-languageserver with [additional patches](https://github.com/lite-xl/lite-xl-lsp-servers/tree/latest/patches/vscode-json-languageserver) for increased functionality.", "id": "lsp_json", "mod_version": "3", "remote": "https://github.com/lite-xl/lite-xl-lsp-servers.git:b4e1929f6fea6a21e2706ebfb6cb28c48453357d", |