diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2024-04-20 18:19:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-20 18:19:00 +0200 |
commit | 1380b2b490282363dcb0271d19c138243ad63d8c (patch) | |
tree | 65858f0246998e00a05dd15df3bc3653b70f5a26 /manifest.json | |
parent | 8f7c25a3621ef59fd8e4be2451be8b1b09111124 (diff) | |
download | lite-xl-plugins-1380b2b490282363dcb0271d19c138243ad63d8c.tar.gz lite-xl-plugins-1380b2b490282363dcb0271d19c138243ad63d8c.zip |
Add `lsp_clojure` (#426)
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index dbb5be8..4a8c53a 100644 --- a/manifest.json +++ b/manifest.json @@ -1702,6 +1702,13 @@ "version": "17.0.3" }, { + "description": "Automatic configuration/binary download for LSP completion for clojure with clojure-lsp.", + "id": "lsp_clojure", + "mod_version": "3", + "remote": "https://github.com/lite-xl/lite-xl-lsp-servers:e6460f2711c8a11495be2292e07ec894457b8c16", + "version": "2024.03.31" + }, + { "description": "Automatic configuration/binary download for LSP completion for Emmet with emmet-language-server.", "id": "lsp_emmet", "mod_version": "3", |