We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4b529 commit a9e37e6Copy full SHA for a9e37e6
main.lua
@@ -1,4 +1,4 @@
1
-VERSION = "0.5.1"
+VERSION = "0.5.2"
2
3
local micro = import("micro")
4
local config = import("micro/config")
repo.json
@@ -38,6 +38,13 @@
38
"Require": {
39
"micro": ">=2.0.8"
40
}
41
+ },
42
+ {
43
+ "Version": "0.5.2",
44
+ "Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.5.2.zip",
45
+ "Require": {
46
+ "micro": ">=2.0.8"
47
+ }
48
49
]
50
}]
0 commit comments