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 5fb49bc commit 06bc042Copy full SHA for 06bc042
main.lua
@@ -1,4 +1,4 @@
1
-VERSION = "0.6.2"
+VERSION = "0.6.3"
2
3
local micro = import("micro")
4
local config = import("micro/config")
repo.json
@@ -73,6 +73,13 @@
73
"Require": {
74
"micro": ">=2.0.8"
75
}
76
- }
+ },
77
+ {
78
+ "Version": "0.6.3",
79
+ "Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.6.3.zip",
80
+ "Require": {
81
+ "micro": ">=2.0.8"
82
+ }
83
84
]
85
}]
0 commit comments