From 199f234cd42b9bf5a97c54bdce590df0a118e04c Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sun, 12 Nov 2023 17:44:35 +0100 Subject: [PATCH] Add lsp_utils --- repository.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/repository.json b/repository.json index d5f3f42..90b1108 100644 --- a/repository.json +++ b/repository.json @@ -492,6 +492,26 @@ } ] }, + { + "name": "lsp_utils", + "author": "rchl", + "description": "Module with LSP-related utilities", + "issues": "https://github.com/sublimelsp/lsp_utils/issues", + "releases": [ + { + "base": "https://github.com/sublimelsp/lsp_utils", + "python_versions": ["3.3", "3.8"], + "sublime_text": "3154 - 4069", + "tags": "st3-v" + }, + { + "base": "https://github.com/sublimelsp/lsp_utils", + "python_versions": ["3.3", "3.8"], + "sublime_text": ">=4070", + "tags": true + } + ] + }, { "name": "lxml", "description": "lxml",