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 c8d108f commit 986140eCopy full SHA for 986140e
main.lua
@@ -1,4 +1,4 @@
1
-VERSION = "0.5.3"
+VERSION = "0.6.0"
2
3
local micro = import("micro")
4
local config = import("micro/config")
repo.json
@@ -52,6 +52,13 @@
52
"Require": {
53
"micro": ">=2.0.8"
54
}
55
+ },
56
+ {
57
+ "Version": "0.6.0",
58
+ "Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.6.0.zip",
59
+ "Require": {
60
+ "micro": ">=2.0.8"
61
+ }
62
63
]
64
}]
0 commit comments