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 44f317d commit dfc78f4Copy full SHA for dfc78f4
schemas/components/neovim.json
@@ -0,0 +1,10 @@
1
+{
2
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
3
+ "$id": "https://json.schemastore.org/mason-registry.json/components/neovim",
4
+ "type": "object",
5
+ "properties": {
6
+ "lspconfig": {
7
+ "type": "string"
8
+ }
9
10
+}
schemas/package.schema.json
@@ -57,6 +57,9 @@
57
"opt": {
58
"$ref": "mason-registry.json/components/opt"
59
},
60
+ "neovim": {
61
+ "$ref": "mason-registry.json/components/neovim"
62
+ },
63
"ci_skip": {
64
"oneOf": [
65
{
0 commit comments