diff options
author | Adam <adamdharrison@gmail.com> | 2023-03-19 16:28:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-19 16:28:50 -0400 |
commit | 4a5aaef3114a141d86eb0751671b72dd1dd69b4c (patch) | |
tree | 4dbf927a4e3555d0fa459cfe6eccc79273c1918f /manifest.json | |
parent | e7f3156d1920264409df4bf9a00576e0cd2a517b (diff) | |
download | lite-xl-plugins-4a5aaef3114a141d86eb0751671b72dd1dd69b4c.tar.gz lite-xl-plugins-4a5aaef3114a141d86eb0751671b72dd1dd69b4c.zip |
Update manifest.json
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index a0a2c90..f372b41 100644 --- a/manifest.json +++ b/manifest.json @@ -926,14 +926,14 @@ { "description": "Automatic configuration/binary download for LSP completion for C/C++ with clangd.", "version": "0.1", - "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:3be577fb8aaada3b88e2779ec56cfbbb48eea9c7", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:d8f85c5fb09d2a97594fead7cf495510e22502a9", "mod_version": "3", "id": "lsp_c" }, { "description": "Automatic configuration/binary download for LSP completion for Lua with sumneko.", "version": "0.1", - "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:3be577fb8aaada3b88e2779ec56cfbbb48eea9c7", + "remote": "https://github.com/adamharrison/lite-xl-lsp-servers:d8f85c5fb09d2a97594fead7cf495510e22502a9", "mod_version": "3", "id": "lsp_lua" }, |