diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2024-03-30 13:33:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-30 13:33:41 +0100 |
commit | c39a92a344a7d9f374d12536b67abf9b6b5e3e7a (patch) | |
tree | b61afd6db61892b86873ee0cc0af2a960102ba39 | |
parent | 4dd1fe558e5e8abba0039541c25e9e725172222d (diff) | |
download | lite-xl-plugins-c39a92a344a7d9f374d12536b67abf9b6b5e3e7a.tar.gz lite-xl-plugins-c39a92a344a7d9f374d12536b67abf9b6b5e3e7a.zip |
Update lite-xl/lite-xl-lsp-servers Version (#401)
Co-authored-by: Github Actions <>
-rw-r--r-- | manifest.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manifest.json b/manifest.json index a695e07..0c0e979 100644 --- a/manifest.json +++ b/manifest.json @@ -1623,8 +1623,8 @@ "description": "Automatic configuration/binary download for LSP completion for Python with Pyright.", "id": "lsp_python", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e", - "version": "1.1.352" + "remote": "https://github.com/lite-xl/lite-xl-lsp-servers.git:71275f7e47a30ac0cbeb17706cea29a29c8267a7", + "version": "1.1.356" }, { "description": "Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js.", @@ -1637,15 +1637,15 @@ "description": "Automatic configuration/binary download for LSP completion for Rust with rust-analyzer.", "id": "lsp_rust", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e", - "version": "20240304" + "remote": "https://github.com/lite-xl/lite-xl-lsp-servers.git:71275f7e47a30ac0cbeb17706cea29a29c8267a7", + "version": "20240325" }, { "description": "Automatic configuration/binary download for LSP completion for TeX with texlab.", "id": "lsp_tex", "mod_version": "3", - "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:89efc5642cb9abcd9023c8e5ef3dba85b399884e", - "version": "5.12.4" + "remote": "https://github.com/lite-xl/lite-xl-lsp-servers.git:71275f7e47a30ac0cbeb17706cea29a29c8267a7", + "version": "5.14.0" }, { "description": "Automatic configuration/binary download for LSP completion for Typescript and Javascript with typescript-language-server.", |