Skip to content

Commit dfc78f4

Browse files
authored
feat: add neovim property (#13)
1 parent 44f317d commit dfc78f4

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

schemas/components/neovim.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
"opt": {
5858
"$ref": "mason-registry.json/components/opt"
5959
},
60+
"neovim": {
61+
"$ref": "mason-registry.json/components/neovim"
62+
},
6063
"ci_skip": {
6164
"oneOf": [
6265
{

0 commit comments

Comments
 (0)