From f23e950b6715adfbb2f50b7e13a4d7c98610891d Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 23 Jun 2024 12:24:31 -0700 Subject: [PATCH] Add LSP-caos to repository.json --- repository.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/repository.json b/repository.json index be90d81..39573c1 100644 --- a/repository.json +++ b/repository.json @@ -191,6 +191,23 @@ } ] }, + { + "details": "https://github.com/bedalton/LSP-caos", + "name": "LSP-caos", + "labels": [ + "auto-complete", + "linting", + "formatting", + "code navigation", + "intellisense" + ], + "releases": [ + { + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "details": "https://github.com/sublimelsp/LSP-clangd", "name": "LSP-clangd",