From 35d7b8ccc86548c866ae2c3a79947cd8194d0784 Mon Sep 17 00:00:00 2001 From: Robert Kunze Date: Wed, 1 May 2024 09:04:12 +0200 Subject: [PATCH] :star2: adds new version of lsp plugin --- plugins/micro-plugin-lsp.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/micro-plugin-lsp.json b/plugins/micro-plugin-lsp.json index b4c1eb1..455e9a0 100644 --- a/plugins/micro-plugin-lsp.json +++ b/plugins/micro-plugin-lsp.json @@ -74,6 +74,13 @@ "Require": { "micro": ">=2.0.8" } + }, + { + "Version": "0.6.3", + "Url": "https://github.com/micro-editor/plugin-channel/releases/download/plugins/micro-plugin-lsp-0.6.3.zip", + "Require": { + "micro": ">=2.0.8" + } } ] }]